diff --git a/.github/workflows/diff-quality.yml b/.github/workflows/diff-quality.yml index 8a7908d..fa25a48 100644 --- a/.github/workflows/diff-quality.yml +++ b/.github/workflows/diff-quality.yml @@ -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 @@ -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 \ No newline at end of file + # diff-quality --violations=sqlfluff \ No newline at end of file diff --git a/profiles.yml b/profiles.yml index cc3d7cf..277f751 100644 --- a/profiles.yml +++ b/profiles.yml @@ -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 }}"