Merge Main

This commit is contained in:
Jack Forgash 2024-12-11 11:15:03 -07:00
commit b50cbc7c75
4 changed files with 6 additions and 2 deletions

View File

@ -30,6 +30,8 @@ jobs:
name: workflow_prod
steps:
- uses: actions/checkout@v3
with:
ref: quickfix-incr-strat
- uses: actions/setup-python@v4
with:
python-version: "3.10"

View File

@ -30,6 +30,8 @@ jobs:
name: workflow_prod
steps:
- uses: actions/checkout@v3
with:
ref: quickfix-incr-strat
- uses: actions/setup-python@v4
with:
python-version: "3.10"

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.32.0
revision: v1.33.0
- package: get-select/dbt_snowflake_query_tags
version: [">=2.0.0", "<3.0.0"]

View File

@ -4,5 +4,5 @@ selectors:
definition:
union:
- method: fqn
value: "livequery_models.deploy.core._utils"
value: "livequery_base.deploy.core._utils"