mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:26:53 +00:00
parent
c1b2099dd8
commit
1196f4f0c5
2
.github/workflows/dbt_run_adhoc.yml
vendored
2
.github/workflows/dbt_run_adhoc.yml
vendored
@ -28,7 +28,7 @@ on:
|
||||
required: true
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: .dbt/
|
||||
DBT_PROFILES_DIR: ./.github/workflows/.dbt/
|
||||
|
||||
ACCOUNT: "${{ secrets.ACCOUNT }}"
|
||||
ROLE: "${{ secrets.ROLE }}"
|
||||
|
||||
@ -8,7 +8,7 @@ on:
|
||||
- cron: '0 8 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: .dbt/
|
||||
DBT_PROFILES_DIR: ./.github/workflows/.dbt/
|
||||
|
||||
ACCOUNT: "${{ secrets.ACCOUNT }}"
|
||||
ROLE: "${{ secrets.ROLE }}"
|
||||
|
||||
2
.github/workflows/dbt_run_hourly.yml
vendored
2
.github/workflows/dbt_run_hourly.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
- cron: '0 */1 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: .dbt/
|
||||
DBT_PROFILES_DIR: ./.github/workflows/.dbt/
|
||||
|
||||
ACCOUNT: "${{ secrets.ACCOUNT }}"
|
||||
ROLE: "${{ secrets.ROLE }}"
|
||||
|
||||
@ -8,7 +8,7 @@ on:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: .dbt/
|
||||
DBT_PROFILES_DIR: ./.github/workflows/.dbt/
|
||||
|
||||
ACCOUNT: "${{ secrets.ACCOUNT }}"
|
||||
ROLE: "${{ secrets.ROLE }}"
|
||||
|
||||
2
.github/workflows/dbt_test.yml
vendored
2
.github/workflows/dbt_test.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
# Run at 1600 UTC daily (see https://crontab.guru)
|
||||
- cron: '0 16 * * *'
|
||||
env:
|
||||
DBT_PROFILES_DIR: .dbt/
|
||||
DBT_PROFILES_DIR: ./.github/workflows/.dbt/
|
||||
|
||||
ACCOUNT: "${{ secrets.ACCOUNT }}"
|
||||
ROLE: "${{ secrets.ROLE }}"
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@ logs/
|
||||
|
||||
.dbt/.user.yml
|
||||
.env
|
||||
|
||||
.github/workflows/.dbt/.user.yml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user