This commit is contained in:
eric-laurello 2024-11-21 15:12:49 -05:00 committed by GitHub
parent 42bf946bf0
commit 8699abd562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 27 additions and 16 deletions

View File

@ -45,6 +45,8 @@ models:
relation: true
columns: true
+on_schema_change: "append_new_columns"
flow_models:
+pre-hook: '{{ fsc_utils.set_query_tag() }}'
tests:
flow_models:
@ -69,6 +71,15 @@ vars:
REST_API_PREFIX_DEV: sicl8dvvv9.execute-api.us-east-1.amazonaws.com/dev/
STREAMLINE_START_BLOCK: 55114467
LOAD_BACKFILL_VERSION: CANDIDATE_07
core_folders: [
'silver/core',
'gold/core',
'bronze/streamline',
'evm/silver/core',
'evm/gold/core',
'evm/streamline',
'streamline/core'
]
dispatch:
- macro_namespace: dbt

View File

@ -6,11 +6,11 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: eb33ac727af26ebc8a8cc9711d4a6ebc3790a107
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: efa8844f7c3e54f84d660c43f887b9cb084dfd9f
sha1_hash: 3fb8d6ca492a03f5aef6f281508aaa0b34c989d4

View File

@ -6,6 +6,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"]