Releases: colpal/dataEng-container-tools
Releases · colpal/dataEng-container-tools
v0.6.4
v0.6.3: JSON file read and Secret Parsing Stability Improvements
What's Changed
- Feature/print service by @haitiangk92 in #153
- Secret Stability; JSON readability by @mourtallah in #160
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Fixing bq module error handling
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
v0.6.0
- Updates encoding logic to force casting censored words as strings to avoid encoding issues.
- Updates parsing logic for gcs uri; splits and and then concatenates protocol prefix and breadcrumbs to enable references files in buckets that don't have intermediate paths.
- Updates command line arguments logic to separating clashing command line flags.
v0.5.9.3 Update Adding Argument
update build
v0.5.9.1 shave args for adding action args
A release for adding actions arguments separately from other types.
v0.5.9.2 Build Distribution
Merge pull request #117 from colpal/feature/add_bq Feature/add bq
v0.5.9 : Update get methods for uri's
Fix for input and output uri methods
This release revises the get_input_uris() and get_output_uris() to handle the the gcs prefix separately from the rest of the uri. This should ensure that the prefix is not alters when the uri is trimmed of invalid slash combination that may arise when referencing a pathless files in a gcs bucket. - (PR #105)