scheds fix

This commit is contained in:
Eric Laurello 2023-11-10 17:52:50 -05:00
parent d51a9c9dbb
commit 566e6cb0f9
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt_run_template.yml@main
with:
dbt_command: |
dbt run -m "terra_models,tag:core"
dbt run -m "terra_models,tag:noncore"
environment: workflow_prod
warehouse: ${{ vars.WAREHOUSE }}
secrets: inherit

View File

@ -1,8 +1,7 @@
{{ config(
materialized = "incremental",
cluster_by = ["_inserted_timestamp"],
unique_key = "message_id",
tags = ['core']
unique_key = "message_id"
) }}
WITH txs AS (