Parameters
pig
strREQUIRED
pig
strREQUIREDthe pig latin script to be executed. (templated)
pig_cli_conn_id
str
pig_cli_conn_id
strreference to the Hive database
pigparams_jinja_translate
bool
pigparams_jinja_translate
boolwhen True, pig params-type templating ${var} gets translated into jinja-type templating {{ var }}. Note that you may want to use this along with the DAG(user_defined_macros=myargs) parameter. View the DAG object documentation for more details.
pig_opts
str | None
pig_opts
str | Nonepig options, such as: -x tez, -useHCatalog, … - space separated list
pig_properties
list[str] | None
pig_properties
list[str] | Nonepig properties, additional pig properties passed as list
Documentation
Executes pig script.


