mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 13:17:02 +00:00
Update dbt_run_incremental.yml
This commit is contained in:
parent
767e140214
commit
ac4ee930aa
4
.github/workflows/dbt_run_incremental.yml
vendored
4
.github/workflows/dbt_run_incremental.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user