airflow.providers.databricks.exceptions¶
Exceptions used by Databricks Provider.
Exceptions¶
Raised when there is an error in sql execution. |
|
Raised when a sql execution times out. |
Module Contents¶
- exception airflow.providers.databricks.exceptions.DatabricksSqlExecutionError[source]¶
Bases:
airflow.exceptions.AirflowException
Raised when there is an error in sql execution.
- exception airflow.providers.databricks.exceptions.DatabricksSqlExecutionTimeout[source]¶
Bases:
DatabricksSqlExecutionError
Raised when a sql execution times out.