From fadfa4ae63bdb3685b27da183c74ad2c3f8b6d62 Mon Sep 17 00:00:00 2001 From: laysabit Date: Wed, 13 Mar 2024 19:27:27 -0300 Subject: [PATCH] . --- .github/workflows/lint.yml | 1 - profiles.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0945621..93dc5bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,6 @@ env: DBT_DEFAULT_PROFILE_TARGET: stellar_dbt_public DBT_PROFILES_DIR: ${{ github.workspace }} DBT_TARGET: development - DBT_DATASET: crypto_stellar DBT_MAX_BYTES_BILLED: 1000000000000 DBT_JOB_TIMEOUT: 300 DBT_THREADS: 1 diff --git a/profiles.yml b/profiles.yml index b23a595..ae2713d 100644 --- a/profiles.yml +++ b/profiles.yml @@ -1,8 +1,8 @@ stellar_dbt_public: target: "{{ env_var('DBT_TARGET') }}" outputs: - prod: - dataset: "" + development: + 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 }}"