Releases: gouline/dbt-metabase
Releases · gouline/dbt-metabase
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
v0.4.0
Allow specifying a list of model names to include and exclude from processing
v0.3.0
- Use "public" as default schema when not provided
- Replace /tables and /fields with /metadata Metabase API calls
- Log what model/column missing in compatibility check
v0.2.1
- Allow
visibility_type
in column test - BREAKING CHANGE: Rename
metabase.column
tometabase.field
for consistency with Metabase API
v0.1.6
Fix /database/sync_schema
call for Metabase to sync schema before pushing updates
v0.1.5
v0.1.4
- Defining a column as "Foreign Key" now automatically marks the target as "Entity Key"
- Usage and documentation in readme