mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 09:37:27 +00:00
tags (#380)
This commit is contained in:
parent
42bf946bf0
commit
8699abd562
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user