mirror of
https://github.com/FlipsideCrypto/terra-models.git
synced 2026-02-06 14:11:44 +00:00
scheds fix
This commit is contained in:
parent
d51a9c9dbb
commit
566e6cb0f9
@ -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
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
{{ config(
|
||||
materialized = "incremental",
|
||||
cluster_by = ["_inserted_timestamp"],
|
||||
unique_key = "message_id",
|
||||
tags = ['core']
|
||||
unique_key = "message_id"
|
||||
) }}
|
||||
|
||||
WITH txs AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user