vertica_conn_id (str) -- reference to a specific Vertica database
sql (Union[str, List[str]]) -- the 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'