airflow.operators.hive_to_samba_operator
¶
Module Contents¶
-
class
airflow.operators.hive_to_samba_operator.
Hive2SambaOperator
(hql, destination_filepath, samba_conn_id='samba_default', hiveserver2_conn_id='hiveserver2_default', *args, **kwargs)[source]¶ Bases:
airflow.models.BaseOperator
Executes hql code in a specific Hive database and loads the results of the query as a csv to a Samba location.
- Parameters