Releases: gouline/dbt-metabase
Releases · gouline/dbt-metabase
v0.8.0-rc1
- BREAKING CHANGE: New dbt manifest parser to eventually replace now deprecated folder parser (#19, #27)
- BREAKING CHANGE: Rename CLI and programmatic arguments (#29, #31 , #34)
- Support for aliased models and source blocks (#17)
- Fix for new Metabase API pagination envelope in X.40.0 (#32)
- Fix Metabase API 400 on empty-string descriptions (#23)
v0.7.1
v0.7.0
v0.6.0
Metabase 0.39.0 renamed special_type
to semantic_type
(#15):
- DEPRECATION: dbt meta field
metabase.special_type
is now deprecated, usemetabase.semantic_type
instead (will be removed in a future release) - Exporter checks API response for
special_type
/semantic_type
and applies whichever one is present for backwards compatibility with earlier Metabase versions
v0.5.2
v0.5.1
Display an error when foreign key target table/field is missing, rather than sending an invalid API request
v0.5.0
- BREAKING CHANGE: Special type and visibility are now defined in
meta
(instead oftests
) asmetabase.special_type
andmetabase.visibility_type
respectively - BREAKING CHANGE: This repository is no longer a dbt package, so remove it from your
packages.yml
v0.4.3
Declare config with config-version: 2
v0.4.2
Allow type/PK
and type/FK
as special types
v0.4.1
Fix passing schema tests causing compilation errors