Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-laurello committed Nov 20, 2024
1 parent 7475d0f commit 68e45ba
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ models:
relation: true
columns: true
+on_schema_change: "append_new_columns"
aurora_models:
+pre-hook: '{{ fsc_utils.set_query_tag() }}'

vars:
"dbt_date:time_zone": GMT
Expand All @@ -49,6 +51,12 @@ vars:
WAIT: 0
OBSERV_FULL_TEST: False
START_GHA_TASKS: False
core_folders: [
'silver/core',
'gold/core',
'bronze/core',
'silver/streamline'
]

tests:
+store_failures: true # all tests
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 15 additions & 15 deletions package-lock.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
packages:
- package: calogica/dbt_expectations
version: 0.8.2
- package: dbt-labs/dbt_external_tables
version: 0.8.2
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: 484e9db07d2060286768bb745e1b0e879178d43b
- package: get-select/dbt_snowflake_query_tags
version: 2.3.3
- package: calogica/dbt_date
version: 0.7.2
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/livequery-models.git
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
sha1_hash: 20c57737bd98416994535498bb8d62af9d0be7d7
- package: calogica/dbt_expectations
version: 0.8.2
- package: dbt-labs/dbt_external_tables
version: 0.8.2
- 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
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/livequery-models.git
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
sha1_hash: 43a34a68dfdb6b0a3c91dd72cdb7a72243b37630
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ packages:
- package: dbt-labs/dbt_external_tables
version: 0.8.2
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: v1.23.0
revision: v1.32.0
- package: get-select/dbt_snowflake_query_tags
version: [">=2.0.0", "<3.0.0"]

0 comments on commit 68e45ba

Please sign in to comment.