Available Modules
Modules are Python callables available from this provider package.
Types:
FunctionsDecoratorsAppend the source table rows into a destination table.
Clean up temporary tables once either the DAG or upstream tasks are done
This decorator will allow users to write python functions while treating SQL tables as dataframes
Convert ExportFileOperator into a function. Returns XComArg.
Load a file or bucket into either a SQL table or a pandas dataframe.
Merge the source table rows into a destination table.
Given a python function that returns a SQL statement and (optional) tables, execute the SQL statement and output the result into a SQL table
Given a python function that returns a SQL statement and (optional) tables, execute the SQL statement and output the result into a SQL table.
Drops a table.
This function returns a Table object that can be passed to future tasks from specified SQL file.