airflow.providers.apache.pig.hooks.pig
¶
Module Contents¶
Classes¶
Simple wrapper around the pig CLI. |
- class airflow.providers.apache.pig.hooks.pig.PigCliHook(pig_cli_conn_id=default_conn_name, pig_properties=None)[source]¶
Bases:
airflow.hooks.base.BaseHook
Simple wrapper around the pig CLI.
- Parameters