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.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.hooks.dbapi.DbApiHook
Qubole check hook