Skip to content

Commit

Permalink
test #4
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 14, 2024
1 parent 65b0db6 commit fdfd9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/diff-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
env:
DBT_DEFAULT_PROFILE_TARGET: stellar_dbt_public
DBT_PROFILES_DIR: ${{ github.workspace }}
DBT_TARGET: prod
DBT_MAX_BYTES_BILLED: 1000000000000
DBT_JOB_TIMEOUT: 300
DBT_THREADS: 1
Expand Down Expand Up @@ -43,4 +42,4 @@ jobs:
run: |
git checkout ${{ github.ref_name }}
dbt docs generate
diff-quality --violations=sqlfluff --fail-under=95 --compare-branch=origin/master
# diff-quality --violations=sqlfluff
2 changes: 1 addition & 1 deletion profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stellar_dbt_public:
target: prod
outputs:
prod:
dataset: "crypto_stellar"
dataset: crypto_stellar
maximum_bytes_billed: "{{ env_var('DBT_MAX_BYTES_BILLED') | as_number }}"
job_execution_timeout_seconds: "{{ env_var('DBT_JOB_TIMEOUT') | int }}"
threads: "{{ env_var('DBT_THREADS') | int }}"
Expand Down

0 comments on commit fdfd9e3

Please sign in to comment.