mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 12:01:59 +00:00
tags
This commit is contained in:
parent
92d78b6b88
commit
76b315c7e5
@ -38,6 +38,8 @@ models:
|
||||
relation: true
|
||||
columns: true
|
||||
+on_schema_change: "append_new_columns"
|
||||
aptos_models:
|
||||
+pre-hook: '{{ fsc_utils.set_query_tag() }}'
|
||||
|
||||
vars:
|
||||
"dbt_date:time_zone": GMT
|
||||
@ -51,6 +53,12 @@ vars:
|
||||
EXTERNAL_FUNCTION_URI: '{{ var("config")[target.name]["EXTERNAL_FUNCTION_URI"] if var("config")[target.name] else var("config")["dev"]["EXTERNAL_FUNCTION_URI"] }}'
|
||||
ROLES: |
|
||||
["INTERNAL_DEV"]
|
||||
core_folders: [
|
||||
'silver/core',
|
||||
'gold/core',
|
||||
'bronze/core',
|
||||
'streamline'
|
||||
]
|
||||
|
||||
dbt_constraints_sources_nn_enabled: false
|
||||
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
packages:
|
||||
- package: calogica/dbt_expectations
|
||||
- package: calogica/dbt_expectations
|
||||
version: 0.8.5
|
||||
- package: dbt-labs/dbt_utils
|
||||
- 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
|
||||
- git: https://github.com/FlipsideCrypto/fsc-utils.git
|
||||
revision: d3cf679e079f0cf06142de9386f215e55fe26b3b
|
||||
- package: get-select/dbt_snowflake_query_tags
|
||||
version: 2.5.0
|
||||
- package: Snowflake-Labs/dbt_constraints
|
||||
version: 0.6.3
|
||||
- package: calogica/dbt_date
|
||||
- package: Snowflake-Labs/dbt_constraints
|
||||
version: 1.0.4
|
||||
- package: calogica/dbt_date
|
||||
version: 0.7.2
|
||||
- git: https://github.com/FlipsideCrypto/livequery-models.git
|
||||
- git: https://github.com/FlipsideCrypto/livequery-models.git
|
||||
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
|
||||
sha1_hash: d3219b9c206b5988189dcdafae0ec22ca9b4056c
|
||||
sha1_hash: f14e55a0ab40f81e4341c5413a5b3d6e566ef058
|
||||
|
||||
@ -4,7 +4,7 @@ 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"]
|
||||
- package: Snowflake-Labs/dbt_constraints
|
||||
|
||||
Loading…
Reference in New Issue
Block a user