VerticaOperator

Vertica

Executes sql code in a specific Vertica database.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Vertica provider package into your Airflow environment.

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

Parameters

vertica_conn_idreference to a specific Vertica database
sqlthe 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’

Documentation

Executes sql code in a specific Vertica database.

Was this page helpful?