Merge pull request #114 from FlipsideCrypto/fix/sha

fix task status, bump fsc utils
This commit is contained in:
eric-laurello 2024-07-24 09:30:25 -04:00 committed by GitHub
commit 22ba6ea1d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -45,4 +45,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test -m models/gold --exclude tag:classic
dbt test -m "terra_models,models/gold" --exclude tag:classic

View File

@ -4,11 +4,11 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: bdc9dd02079c9f3a58c39dd45a44988cb1deb1bd
revision: eb33ac727af26ebc8a8cc9711d4a6ebc3790a107
- package: get-select/dbt_snowflake_query_tags
version: 2.3.3
version: 2.5.0
- package: calogica/dbt_date
version: 0.7.2
- git: https://github.com/FlipsideCrypto/livequery-models.git
revision: bca494102fbd2d621d32746e9a7fe780678044f8
sha1_hash: 510138cb7e1c0d4a27817e53b9c7451398ebb33e
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
sha1_hash: a5a40cdddf3ec9915e1261f431b7f15f686e71f1

View File

@ -4,6 +4,6 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: v1.15.1
revision: v1.29.0
- package: get-select/dbt_snowflake_query_tags
version: [">=2.0.0", "<3.0.0"]