Some python requirements were not loaded properly. That release fixes this issue.
0.1.1.41
Enabled pygyver.tools by adding init files in each directory
0.1.1.40
- SlackMessenger : new tool for operating Slack bots
- Migrator : new tool for creating data transfers to migrate datasets between projects and regions
- BQ Executor : fixed issue with clustering and backfill together, fixed issue where backfills could only happen in copper-actor and added new functionality to require the use of a partition field in a query ( `require_partition_filter` )
0.1.1.39
Add a new optional parameter to the job config to `load_gcs` method which allows loading a file from GCS to a table in BQ, called `allow_quoted_new_lines`. This parameter indicates whether to allow quoted data sections that contain newline characters in a CSV file.
0.1.1.38
Adding a location parameter for creation of the following resources: dataset, table, partitioned table.
use new helper function `bq_default_location` to determine if location was assigned via the `BIGQUERY_LOCATION` env var (otherwise default to US)