airflow.providers.teradata.utils.constants¶
Classes¶
Define constants for Teradata Provider. |
Module Contents¶
- class airflow.providers.teradata.utils.constants.Constants[source]¶
Define constants for Teradata Provider.
- 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_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]¶