airflow.providers.qubole.hooks.qubole_check
¶
Module Contents¶
Classes¶
Qubole check hook. |
Functions¶
|
Whether Qubole column are integer. |
|
Whether Qubole column are float. |
|
Whether Qubole column are boolean. |
|
Parse Qubole first record list. |
Attributes¶
- airflow.providers.qubole.hooks.qubole_check.isint(value)[source]¶
Whether Qubole column are integer.
- airflow.providers.qubole.hooks.qubole_check.isfloat(value)[source]¶
Whether Qubole column are float.
- airflow.providers.qubole.hooks.qubole_check.isbool(value)[source]¶
Whether Qubole column are boolean.
- airflow.providers.qubole.hooks.qubole_check.parse_first_row(row_list)[source]¶
Parse Qubole first record list.
- class airflow.providers.qubole.hooks.qubole_check.QuboleCheckHook(context, *args, **kwargs)[source]¶
Bases:
airflow.providers.qubole.hooks.qubole.QuboleHook
,airflow.providers.common.sql.hooks.sql.DbApiHook
Qubole check hook.