NetezzaOperator
IBM NetezzaExecutes sql code in Netezza database using nzpy driver.
Access Instructions
Install the IBM Netezza provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
sqlRequiredthe SQL code to be executed as a single string, or a list of str (sql statements), or a reference to a template file. Template references are recognized by str ending in ‘.sql’
nz_conn_idreference to a predefined database
autocommitif True, each command is automatically committed. (default value: False)
parameters(optional) the parameters to render the SQL query with.
Documentation
Executes sql code in Netezza database using nzpy driver.