Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/project_evaluator_ci' in…
Browse files Browse the repository at this point in the history
…to feature/project_evaluator_ci
  • Loading branch information
eduardo-nercolini committed Jul 10, 2024
2 parents 4542fcd + 84f3106 commit c8e5be4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project_evaluator_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DBT_DEFAULT_PROFILE_TARGET: stellar_dbt_public
DBT_PROFILES_DIR: ${{ github.workspace }}
DBT_TARGET: test
DBT_DATASET: test_crypto_stellar
DBT_DATASET: test_crypto_stellar_public
DBT_PROJECT: test-hubble-319619
DBT_MAX_BYTES_BILLED: 1000000000000
DBT_JOB_TIMEOUT: 300
Expand Down
5 changes: 4 additions & 1 deletion profiles.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stellar_dbt_public:
target: "{{ env_var('DBT_TARGET') }}"
outputs:
prod:
prod: &default
dataset: "{{ env_var('DBT_DATASET') }}" # the name of your dataset
maximum_bytes_billed: "{{ env_var('DBT_MAX_BYTES_BILLED') | as_number }}" # limits the maximum number of processed bytes
job_execution_timeout_seconds: "{{ env_var('DBT_JOB_TIMEOUT') | int }}" # the number of seconds dbt should wait for queries to complete, after being submitted successfully
Expand All @@ -12,3 +12,6 @@ stellar_dbt_public:
location: us # the BigQuery dataset location
method: oauth
type: bigquery

test:
<<: *default

0 comments on commit c8e5be4

Please sign in to comment.