* dirs

* ignore dbt user
This commit is contained in:
Jack Forgash 2023-01-05 12:29:49 -07:00 committed by GitHub
parent c1b2099dd8
commit 1196f4f0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 5 deletions

View File

@ -28,7 +28,7 @@ on:
required: true
env:
DBT_PROFILES_DIR: .dbt/
DBT_PROFILES_DIR: ./.github/workflows/.dbt/
ACCOUNT: "${{ secrets.ACCOUNT }}"
ROLE: "${{ secrets.ROLE }}"

View File

@ -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 }}"

View File

@ -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 }}"

View File

@ -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 }}"

View File

@ -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
View File

@ -17,3 +17,5 @@ logs/
.dbt/.user.yml
.env
.github/workflows/.dbt/.user.yml