Update dbt_run_streamline.yml

This commit is contained in:
eric-laurello 2023-06-05 10:20:39 -04:00 committed by GitHub
parent d3f314d2cd
commit 343d9b3ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ./models/silver/streamline/realtime*
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m ./models/silver/streamline/realtime*
environment: workflow_prod
warehouse: ${{ vars.WAREHOUSE }}
secrets: inherit
secrets: inherit