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)[source]¶
Bases:
airflow.hooks.base.BaseHook
Simple wrapper around the pig CLI.
Note that you can also set default pig CLI properties using the
pig_properties
to be used in your connection as in{"pig_properties": "-Dpig.tmpfilecompression=true"}