From 65b0db6d40fd83b0a9b28ab2824febe5cc3317f5 Mon Sep 17 00:00:00 2001 From: laysabit Date: Thu, 14 Mar 2024 18:50:57 -0300 Subject: [PATCH] test #3 --- profiles.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/profiles.yml b/profiles.yml index 7c95c5c..cc3d7cf 100644 --- a/profiles.yml +++ b/profiles.yml @@ -12,19 +12,5 @@ stellar_dbt_public: location: us method: oauth type: bigquery - test: - <<: *default - jenkins: - dataset: "{{ env_var('PUBLIC_SOURCE_SCHEMA') }}" - 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