v0.6.1
This release contains the following updates:
- Addition of the
BQ
module to handle communication with Google BigQuery. There is no longer a connection to bigquery from the gcs module. - New implementation of secret handling. Secrets are now passed in as dictionaries in the format
{ secret_identifier : path_to_secret }
and are accessed as object attributes. Ex.
sf_secret = secret_locations.SF
- New documentation regarding the new changes and updates
- multiple bug fixes