Available Modules
Modules are Python callables available from this provider package.
Types:
FunctionsDecoratorsAppend the results of a source table onto a target table. This function assumes there are no conflicts between the schemas of both tables.
Convert a Table object into a Pandas DataFrame or persist a DataFrame result to a database table.
Export a database table as a CSV or Parquet file to local storage, Amazon S3, or Google Cloud Storage.
Load CSV or Parquet files from local storage, Amazon S3, or Google Cloud Storage into a SQL database.
Merge data into an existing table in situations where there may be conflicts. This function adds data to a table with either an "update" or "ignore" s…
Execute SQL that is not expected to return data like DDL or DML operations.
Execute an explicit, SELECT SQL statement. Data returned from this SQL is inserted into a temporary table which can used by other downstream tasks.
Perform a TRUNCATE operation on a given table.