airflow.providers.teradata.utils.constants

Module Contents

Classes

Constants

Define constants for Teradata Provider.

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_FAILURE_STATUS_MSG = 'Compute Cluster %s  %s operation has failed.'[source]
CC_OPR_INITIALIZING_STATUS_MSG = 'The environment is currently initializing. Please wait.'[source]
CC_OPR_EMPTY_PROFILE_ERROR_MSG = 'Please provide a valid name for the compute cluster profile.'[source]
CC_GRP_PRP_NON_EXISTS_MSG = "The specified Compute cluster is not present or The user doesn't have permission to access..."[source]
CC_GRP_PRP_UN_AUTHORIZED_MSG = 'The %s operation is not authorized for the user.'[source]
CC_GRP_LAKE_SUPPORT_ONLY_MSG = 'Compute Groups is supported only on Vantage Cloud Lake.'[source]
CC_OPR_TIMEOUT_ERROR = 'There is an issue with the %s operation. Kindly consult the administrator for assistance.'[source]
CC_GRP_PRP_EXISTS_MSG = 'The specified Compute cluster is already exists.'[source]
CC_OPR_EMPTY_COPY_PROFILE_ERROR_MSG = 'Please provide a valid name for the source and target compute profile.'[source]
CC_OPR_TIME_OUT = 1200[source]
CC_POLL_INTERVAL = 60[source]

Was this entry helpful?