Update dbt_run_incremental.yml

This commit is contained in:
eric-laurello 2023-01-06 09:44:56 -05:00 committed by GitHub
parent 767e140214
commit ac4ee930aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ on:
- cron: '0 3 * * *'
env:
DBT_PROFILES_DIR: .dbt/
DBT_PROFILES_DIR: ./
ACCOUNT: "${{ secrets.ACCOUNT }}"
ROLE: "${{ secrets.ROLE }}"
@ -40,4 +40,4 @@ jobs:
run: |
dbt run-operation stage_external_sources --vars "ext_full_refresh: true"
dbt run -s ./models
dbt run-operation stage_external_sources --vars "ext_full_refresh: true"
dbt run-operation stage_external_sources --vars "ext_full_refresh: true"