Complete the airflow survey & get a free airflow 3 certification!

airflow.providers.teradata.utils.constants

Classes

Constants

Define constants for Teradata Provider.

Module Contents

class airflow.providers.teradata.utils.constants.Constants[source]

Define constants for Teradata Provider.

CC_CREATE_OPR = 'CREATE'[source]
CC_CREATE_SUSPEND_OPR = 'CREATE_SUSPEND'[source]
CC_DROP_OPR = 'DROP'[source]
CC_SUSPEND_OPR = 'SUSPEND'[source]
CC_RESUME_OPR = 'RESUME'[source]
CC_INITIALIZE_DB_STATUS = 'Initializing'[source]
CC_SUSPEND_DB_STATUS = 'Suspended'[source]
CC_RESUME_DB_STATUS = 'Running'[source]
CC_OPR_SUCCESS_STATUS_MSG = 'Compute Cluster %s  %s operation completed successfully.'[source]
CC_OPR_EMPTY_PROFILE_ERROR_MSG = 'Failed to %s the Vantage Cloud Lake Compute Cluster Instance due to an invalid compute cluster...[source]
CC_GRP_PRP_NON_EXISTS_MSG = 'Failed to %s the Vantage Cloud Lake Compute Cluster Instance because the specified compute...[source]
CC_GRP_LAKE_SUPPORT_ONLY_MSG = 'Failed to %s the Vantage Cloud Lake Compute Cluster Instance  because the Compute Cluster...[source]
CC_OPR_TIMEOUT_ERROR = 'Failed to %s the Vantage Cloud Lake Compute Cluster Instance `%s`. Please contact the...[source]
CC_ERR_VERSION_GET = 'Failed to manage the Vantage Cloud Lake Compute Cluster Instance due to an error while getting...[source]
BTEQ_REMOTE_ERROR_MSG = 'Failed to establish a SSH connection to the remote machine for executing the BTEQ script.'[source]
BTEQ_UNEXPECTED_ERROR_MSG = 'Failure while executing BTEQ script due to unexpected error.'[source]
BTEQ_TIMEOUT_ERROR_MSG = 'Failed to execute BTEQ script due to timeout after %s seconds.'[source]
BTEQ_MISSED_PARAMS = "Failed to execute BTEQ script due to missing required parameters: either 'sql' or 'file_path'...[source]
BTEQ_INVALID_PATH = "Failed to execute BTEQ script due to invalid file path: '%s' does not exist or is inaccessible."[source]
BTEQ_INVALID_CHARSET = "Failed to execute BTEQ script because the provided file '%s' encoding differs from the...[source]
BTEQ_REMOTE_FILE_PATH_INVALID = "Failed to execute BTEQ script due to invalid remote file path: '%s' does not exist or is...[source]
CC_OPR_TIME_OUT = 1200[source]
CC_POLL_INTERVAL = 60[source]

Was this entry helpful?