This commit is contained in:
Eric Laurello 2023-09-14 07:58:38 -04:00
parent 4293da3f66
commit 68f6b359d0

View File

@ -28,7 +28,7 @@ jobs:
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt_run_template.yml@main
with:
dbt_command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m ./models/silver/streamline/realtime*
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m models/silver/streamline
environment: workflow_prod
warehouse: ${{ vars.WAREHOUSE }}
secrets: inherit