Releases: gouline/dbt-metabase
Releases · gouline/dbt-metabase
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
v0.1.3
Fix bug in dbt reader path
v0.1.2
- Rename dbt package to 'metabase' for more logical prefixing
- Fix dbt schema reader to take into account macro package prefix
v0.1.1
- Introducing dbt macro that this requires
- No changes to the Python code