Skip to content

Commit

Permalink
feat: upgrade duckdb and metabase
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Apr 17, 2024
1 parent a38fb1f commit 6bb8d07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .examples/_config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ rule_parameters:
utility_parameters:
METABASE_MIN_MEMORY: "2g"
METABASE_MAX_MEMORY: "8g"
METABASE_VERSION: "v0.47.0"
METABASE_DUCKDB_PLUGIN_VERSION: "0.2.2"
METABASE_VERSION: "v0.49.6"
METABASE_DUCKDB_PLUGIN_VERSION: "0.2.6"
4 changes: 2 additions & 2 deletions workflow/Metabase
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def setup_metabase(token, api_url, metabase_config):
metabase_config = {
"METABASE_MIN_MEMORY": "2g",
"METABASE_MAX_MEMORY": "8g",
"METABASE_VERSION": "v0.47.0",
"METABASE_DUCKDB_PLUGIN_VERSION": "0.2.2",
"METABASE_VERSION": "v0.49.6",
"METABASE_DUCKDB_PLUGIN_VERSION": "0.2.6",
"DMB_SETUP_TOKEN": "ad0fb086-351b-4fa5-a17e-76282d2c9753",
"METABASE_HTTP": "http://localhost:3000",
"MB_IS_METABOT_ENABLED" : "true"
Expand Down
6 changes: 3 additions & 3 deletions workflow/envs/dbt-duckdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ channels:
- defaults
dependencies:
- python==3.11
- python-duckdb==0.8.1
- python-duckdb==0.9.2
- unzip
- pip
- pip:
- dbt-duckdb==1.6.0
- dbt-metabase==0.9.15
- dbt-duckdb==1.7.4
- dbt-metabase==1.3.0

0 comments on commit 6bb8d07

Please sign in to comment.