diff --git a/.github/workflows/diff-quality.yml b/.github/workflows/diff-quality.yml index 5241989..8a7908d 100644 --- a/.github/workflows/diff-quality.yml +++ b/.github/workflows/diff-quality.yml @@ -39,10 +39,6 @@ jobs: project_id: crypto-stellar credentials_json: "${{ secrets.CREDS_PROD_HUBBLE }}" - # - name: Set up dbt profile - # run: | - # . ci_profiles.sh - - name: Checkout source branch and diff quality run: | git checkout ${{ github.ref_name }} diff --git a/profiles.yml b/profiles.yml index 0bb38ce..7c95c5c 100644 --- a/profiles.yml +++ b/profiles.yml @@ -1,32 +1,3 @@ -stellar_dbt: - target: "{{ env_var('DBT_TARGET') }}" - outputs: - prod: &default - dataset: "{{ env_var('DBT_DATASET') }}" - project: "{{ env_var('DBT_PROJECT') }}" - 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 }}" - job_retries: "{{ env_var('DBT_JOB_RETRIES') | int }}" - priority: interactive - location: us - method: oauth - type: bigquery - test: - <<: *default - jenkins: - dataset: "{{ env_var('DBT_DATASET') }}" - 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 }}" - job_retries: "{{ env_var('DBT_JOB_RETRIES') | int }}" - priority: interactive - location: us - type: bigquery - project: test-hubble-319619 - keyfile: /stellar-dbt/service_account.json - method: service-account - stellar_dbt_public: target: prod outputs: @@ -56,18 +27,4 @@ stellar_dbt_public: keyfile: /stellar-dbt/service_account.json method: service-account -elementary: - target: "elementary" - outputs: - elementary: - dataset: "{{ env_var('DBT_DATASET') }}" - project: "{{ env_var('DBT_PROJECT') }}" - 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 }}" - job_retries: "{{ env_var('DBT_JOB_RETRIES') | int }}" - priority: interactive - location: us - method: oauth - type: bigquery