mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 08:01:45 +00:00
AN-5508 snowflake query tags (#159)
* tags * cleanup * add dbt tags * use fsc-utils
This commit is contained in:
parent
94c675dd69
commit
9b8e0be669
@ -38,6 +38,8 @@ models:
|
||||
relation: true
|
||||
columns: true
|
||||
+on_schema_change: "append_new_columns"
|
||||
osmosis_models:
|
||||
+pre-hook: '{{ fsc_utils.set_query_tag() }}' # Changed from query_tag to pre-hook
|
||||
|
||||
|
||||
tests:
|
||||
@ -73,6 +75,12 @@ vars:
|
||||
UPDATE_UDFS_AND_SPS: FALSE
|
||||
UPDATE_SNOWFLAKE_TAGS: True
|
||||
START_GHA_TASKS: False
|
||||
core_folders: [
|
||||
'silver/core',
|
||||
'gold/core',
|
||||
'bronze/core',
|
||||
'streamline'
|
||||
]
|
||||
|
||||
|
||||
#### STREAMLINE 2.0 BEGIN ####
|
||||
|
||||
@ -6,6 +6,6 @@ packages:
|
||||
- package: dbt-labs/dbt_external_tables
|
||||
version: 0.8.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