airflow.providers.databricks.utils.mixins¶
Classes¶
Protocol for get_hook method. |
|
Protocol for _handle_execution method. |
|
Protocol for _handle_deferrable_execution method. |
|
Protocol for execute_complete method. |
|
Protocol for on_kill method. |
|
Mixin class to be used by both the DatabricksSqlStatementsOperator, and the DatabricksSqlStatementSensor. |
Module Contents¶
- class airflow.providers.databricks.utils.mixins.GetHookHasFields[source]¶
Bases:
Protocol
Protocol for get_hook method.
- class airflow.providers.databricks.utils.mixins.HandleExecutionHasFields[source]¶
Bases:
Protocol
Protocol for _handle_execution method.
- class airflow.providers.databricks.utils.mixins.HandleDeferrableExecutionHasFields[source]¶
Bases:
Protocol
Protocol for _handle_deferrable_execution method.
- class airflow.providers.databricks.utils.mixins.ExecuteCompleteHasFields[source]¶
Bases:
Protocol
Protocol for execute_complete method.
- class airflow.providers.databricks.utils.mixins.OnKillHasFields[source]¶
Bases:
Protocol
Protocol for on_kill method.
- class airflow.providers.databricks.utils.mixins.DatabricksSQLStatementsMixin[source]¶
Mixin class to be used by both the DatabricksSqlStatementsOperator, and the DatabricksSqlStatementSensor.
_handle_operator_execution (renamed to _handle_execution)
_handle_deferrable_operator_execution (renamed to _handle_deferrable_execution)
execute_complete
on_kill