Skip to content

Releases: gouline/dbt-metabase

v0.8.2

28 Nov 10:57
f100097
Compare
Choose a tag to compare
  • Support for Metabase caveats and points of interest (#76)

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

v0.8.0

17 Nov 07:01
e7c7832
Compare
Choose a tag to compare

Breaking changes:

  • New dbt manifest parser to eventually replace now deprecated folder parser (#19, #27)
  • Rename CLI and programmatic arguments (#29, #31 , #34, #58)

Other changes:

  • 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)
  • Fix for users of BigQuery that has no schemas, defaulting to public (#40)
  • Exposure parsing (#22, #38)
  • Fix error installing pip package directly from git relating to dynamic SCM version (#42)
  • Restore Python 3.6 compatibility (#55)
  • Add explicit UTF-8 encoding for opening files on systems with other defaults (#56)
  • Improvements to config and logging (#65)
  • Resiliency for empty and incorrect inputs (#64)

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

v0.8.0-rc5

05 Oct 08:14
f72e9b2
Compare
Choose a tag to compare
v0.8.0-rc5 Pre-release
Pre-release
  • Improvements to config and logging (#65)
  • Resiliency for empty and incorrect inputs (#64)
  • Last release with API changes (excluding bug fixes)

https://pypi.org/project/dbt-metabase/0.8.0rc5/

v0.8.0-rc4

13 Sep 00:19
696d417
Compare
Choose a tag to compare
v0.8.0-rc4 Pre-release
Pre-release
  • BREAKING CHANGE: Fix rename to the export command introduced in RC3 (#58)
  • Restore Python 3.6 compatibility (#55)
  • Add explicit UTF-8 encoding for opening files on systems with other defaults (#56)

https://pypi.org/project/dbt-metabase/0.8.0rc4/

v0.8.0-rc3

01 Aug 07:58
a1fa5a2
Compare
Choose a tag to compare
v0.8.0-rc3 Pre-release
Pre-release
  • BREAKING CHANGE: Rename export command to models and more changes to CLI arguments and programmatic configs
  • Exposure parsing (#22, #38)
  • Fix error installing pip package directly from git relating to dynamic SCM version (#42)

https://pypi.org/project/dbt-metabase/0.8.0rc3/

v0.8.0-rc2

23 Jul 04:34
04f9b0f
Compare
Choose a tag to compare
v0.8.0-rc2 Pre-release
Pre-release
  • Fix for users of BigQuery that has no schemas, defaulting to public (#40)

https://pypi.org/project/dbt-metabase/0.8.0rc2/

v0.8.0-rc1

17 Jul 11:57
5dda955
Compare
Choose a tag to compare
v0.8.0-rc1 Pre-release
Pre-release
  • 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)

https://pypi.org/project/dbt-metabase/0.8.0rc1/

v0.7.1

17 Jul 03:23
d4633e3
Compare
Choose a tag to compare

Retrofit fix for new pagination envelope in Metabase X.40.0 (#32)

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

v0.7.0

31 May 10:56
ed721c5
Compare
Choose a tag to compare

Support for aliased models and source blocks (#17)

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

v0.6.0

21 Apr 01:37
Compare
Choose a tag to compare

Metabase 0.39.0 renamed special_type to semantic_type (#15):

  • DEPRECATION: dbt meta field metabase.special_type is now deprecated, use metabase.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

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