A Docker container for running tasks against GCP Big Query
Python modules should import the immutable context object.
Convenience functions to simplify common ops against the API.
- create_overwrite_table
- Given a table name and a schema (list of bigquery.SchemaField), will create a new Table
- Defaults - context project, do not overwrite if exists
- Optional - partition scheme
See example_table_setup.py
Convenience function get job execution stats. Create a runner, run a job with a SQL statement, check the processed MB.
See example_dry_run.py