feat!: drop bronze write-path vars (bronze is ingest-only) - #9
Merged
Conversation
The dbt template now generates synthetic data at silver; bronze is ingest-only again, so dbt-env no longer emits bronze write-path variables or reads buckets/bronze from SSM. G3DT_DB_BRONZE stays: real-ingest deployments resolve their sources.yml schema from it. BREAKING CHANGE: `g3dt config dbt-env` no longer emits G3DT_S3_BRONZE_DATA_DIR, G3DT_S3_BRONZE_DATA_DIR_CI, or G3DT_DB_BRONZE_CI. G3DT_DB_BRONZE is retained. Pairs with aws-gen3-pipeline >= v2.2.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unwinds v3.1.0's bronze write vars now that the dbt template generates synthetic data at silver:
G3DT_S3_BRONZE_DATA_DIR[_CI]andG3DT_DB_BRONZE_CIremoved;G3DT_DB_BRONZEretained (real-ingest deployments resolve their sources.yml schema from it). Pairs with aws-gen3-pipeline ≥ v2.2.0. 348 tests pass.