Skip to content

v0.6.1

Compare
Choose a tag to compare
@haitiangk92 haitiangk92 released this 13 May 21:14
· 24 commits to master since this release
82c3d6b

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