Skip to content

Commit

Permalink
test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 14, 2024
1 parent 337f80a commit 9aa3d81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/diff-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
43 changes: 0 additions & 43 deletions profiles.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 9aa3d81

Please sign in to comment.