Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 13, 2024
1 parent 7db5b14 commit c470b3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
DBT_DEFAULT_PROFILE_TARGET: stellar_dbt_public
DBT_PROFILES_DIR: ${{ github.workspace }}
DBT_TARGET: development
DBT_TARGET: prod
DBT_MAX_BYTES_BILLED: 1000000000000
DBT_JOB_TIMEOUT: 300
DBT_THREADS: 1
Expand Down
4 changes: 2 additions & 2 deletions ci_profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ echo "writing file profiles.yml"
mkdir ~/.dbt

echo "stellar_dbt_public:" >> ~/.dbt/profiles.yml
echo " target: development" >> ~/.dbt/profiles.yml
echo " target: prod" >> ~/.dbt/profiles.yml
echo " outputs:" >> ~/.dbt/profiles.yml
echo " development:" >> ~/.dbt/profiles.yml
echo " prod:" >> ~/.dbt/profiles.yml
echo " dataset: crypto_stellar" >> ~/.dbt/profiles.yml
echo " maximum_bytes_billed: 1000000000000" >> ~/.dbt/profiles.yml
echo " job_execution_timeout_seconds: 300" >> ~/.dbt/profiles.yml
Expand Down
2 changes: 1 addition & 1 deletion profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stellar_dbt:
method: service-account

stellar_dbt_public:
target: "{{ env_var('DBT_TARGET') }}"
target: prod
outputs:
prod:
dataset: "crypto_stellar"
Expand Down

0 comments on commit c470b3b

Please sign in to comment.