Skip to content

Commit

Permalink
Bring back dbt 1.8 (#476)
Browse files Browse the repository at this point in the history
* Revert "Revert "Update dbt image so as to upgrade dbt version (#474)" (#475)"

This reverts commit 5a2bed1.

* Add placeholder value for dbt_dataset_for_test
  • Loading branch information
amishas157 authored Aug 15, 2024
1 parent 5a2bed1 commit e51e0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"partnership_assets__account_holders_activity_fact": false,
"partnership_assets__asset_activity_fact": false
},
"dbt_image_name": "stellar/stellar-dbt:479e3d93c",
"dbt_image_name": "stellar/stellar-dbt:1a538c658",
"dbt_internal_source_db": "test-hubble-319619",
"dbt_internal_source_schema": "test_crypto_stellar_internal",
"dbt_job_execution_timeout_seconds": 300,
Expand Down
4 changes: 2 additions & 2 deletions airflow_variables_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"endpoint": "https://api.coingecko.com/api/v3/coins/tether-eurt/ohlc?vs_currency=usd&days=1",
"table_name": "euro_usd_ohlc"
},
"dbt_dataset_for_test": "",
"dbt_dataset_for_test": "placeholder_value",
"dbt_elementary_dataset": "elementary",
"dbt_elementary_secret": "slack-token-elementary",
"dbt_full_refresh_models": {
Expand All @@ -123,7 +123,7 @@
"partnership_assets__asset_activity_fact": false,
"trade_agg": false
},
"dbt_image_name": "stellar/stellar-dbt:479e3d93c",
"dbt_image_name": "stellar/stellar-dbt:1a538c658",
"dbt_internal_source_db": "hubble-261722",
"dbt_internal_source_schema": "crypto_stellar_internal_2",
"dbt_job_execution_timeout_seconds": 1800,
Expand Down

0 comments on commit e51e0fe

Please sign in to comment.