PigCliHook

Apache Pig

Simple wrapper around the pig CLI.

View on GitHub

Last Updated: Nov. 13, 2022

Access Instructions

Install the Apache Pig provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

pig_cli_conn_idConnection id used by the hook
pig_propertiesadditional properties added after pig cli command as list of strings.

Documentation

Simple wrapper around the pig CLI.

Was this page helpful?