This commit is contained in:
Eric Laurello 2024-11-20 15:11:35 -05:00
parent 19abd8737a
commit 93e4e4fa34
3 changed files with 23 additions and 14 deletions

View File

@ -32,6 +32,8 @@ models:
relation: true
columns: true
+on_schema_change: sync_all_columns
cosmos_models:
+pre-hook: '{{ fsc_utils.set_query_tag() }}'
tests:
+store_failures: true # all tests
@ -73,6 +75,13 @@ vars:
UPDATE_SNOWFLAKE_TAGS: True
OBSERV_FULL_TEST: False
START_GHA_TASKS: False
core_folders: [
'silver/core',
'gold/core',
'bronze',
'streamline'
]
#### STREAMLINE 2.0 BEGIN ####

View File

@ -1,14 +1,14 @@
packages:
- package: calogica/dbt_expectations
version: 0.8.5
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: eb33ac727af26ebc8a8cc9711d4a6ebc3790a107
- package: get-select/dbt_snowflake_query_tags
version: 2.5.0
- package: calogica/dbt_date
version: 0.7.2
- git: https://github.com/FlipsideCrypto/livequery-models.git
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
sha1_hash: c392d105275def8b2e5ba9fb17cf0bfe2e6a4753
- package: calogica/dbt_expectations
version: 0.8.5
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: d3cf679e079f0cf06142de9386f215e55fe26b3b
- package: get-select/dbt_snowflake_query_tags
version: 2.5.0
- package: calogica/dbt_date
version: 0.7.2
- git: https://github.com/FlipsideCrypto/livequery-models.git
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
sha1_hash: 96511962dd2f4d06d05c08265a818a388e106675

View File

@ -4,6 +4,6 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: v1.29.0
revision: v1.32.0
- package: get-select/dbt_snowflake_query_tags
version: [">=2.0.0", "<3.0.0"]