Skip to content

Releases: gouline/dbt-metabase

v0.5.0

27 Jul 09:04
Compare
Choose a tag to compare
  • BREAKING CHANGE: Special type and visibility are now defined in meta (instead of tests) as metabase.special_type and metabase.visibility_type respectively
  • BREAKING CHANGE: This repository is no longer a dbt package, so remove it from your packages.yml

https://pypi.org/project/dbt-metabase/0.5.0/

v0.4.3

09 Jun 02:49
Compare
Choose a tag to compare

Declare config with config-version: 2

https://pypi.org/project/dbt-metabase/0.4.3/

v0.4.2

15 May 09:51
Compare
Choose a tag to compare

Allow type/PK and type/FK as special types

https://pypi.org/project/dbt-metabase/0.4.2/

v0.4.1

15 May 09:41
Compare
Choose a tag to compare

Fix passing schema tests causing compilation errors

https://pypi.org/project/dbt-metabase/0.4.1/

v0.4.0

14 Apr 08:59
Compare
Choose a tag to compare

Allow specifying a list of model names to include and exclude from processing

https://pypi.org/project/dbt-metabase/0.4.0/

v0.3.0

01 Apr 00:33
Compare
Choose a tag to compare
  • 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

https://pypi.org/project/dbt-metabase/0.3.0/

v0.2.1

24 Feb 09:54
Compare
Choose a tag to compare
  • Allow visibility_type in column test
  • BREAKING CHANGE: Rename metabase.column to metabase.field for consistency with Metabase API

https://pypi.org/project/dbt-metabase/0.2.1/

v0.1.6

19 Feb 06:32
Compare
Choose a tag to compare

Fix /database/sync_schema call for Metabase to sync schema before pushing updates

https://pypi.org/project/dbt-metabase/0.1.6/

v0.1.5

29 Jan 06:22
ae931aa
Compare
Choose a tag to compare

Optional mb_https argument to allow HTTP connection to Metabase instead of HTTPS (requested in #1)

https://pypi.org/project/dbt-metabase/0.1.5/

v0.1.4

13 Dec 09:53
Compare
Choose a tag to compare
  • Defining a column as "Foreign Key" now automatically marks the target as "Entity Key"
  • Usage and documentation in readme

https://pypi.org/project/dbt-metabase/0.1.4/