Skip to content

Releases: gouline/dbt-metabase

v0.9.3

09 Jul 11:58
5651b6b
Compare
Choose a tag to compare

Fixes

  • Allow self-referenced models (#121)
  • Make dbt_includes and dbt_excludes case insensitive (#123)

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

v0.9.2

07 Jul 02:14
435b4ce
Compare
Choose a tag to compare

Fixes

  • Set semantic type only when present (#119)

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

v0.9.1

07 Jul 01:18
4ad4d05
Compare
Choose a tag to compare

Features

  • Add Metabase display name for columns (#111, #112)

Fixes

  • TypeError: models() got an unexpected keyword argument 'metabase_session_id' (#114)
  • Improve debug message when skipping due to wrong target database (#115)
  • Default visibility_type for models (#117)

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

v0.9.0

06 Jul 11:34
156b844
Compare
Choose a tag to compare

Features

  • Add Metabase visibility type for models (#68, #107)
  • Add Metabase display name for models (#95, #109)
  • Allow excluding dbt sources when exporting to Metabase (#95, #109)
  • Support Metabase authentication with session ID (#83, #108)

Fixes

  • Handle 404 error for deactivated users when exporting exposures (#88, #96)
  • Circular depends_on references in manifest reader (#106, #110)

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

v0.8.6

05 Jul 04:26
ba44c1c
Compare
Choose a tag to compare
  • Ensure boolean options are overridden by config.yml when not provided via CLI (#100, #104)

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

v0.8.5

05 Mar 09:34
7d9fbbf
Compare
Choose a tag to compare
  • Enable using dbt meta to set FK relationships (#92)

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

v0.8.4

18 Feb 06:43
7d8c97e
Compare
Choose a tag to compare

v0.8.3

20 Jan 00:15
275a72d
Compare
Choose a tag to compare
  • Merge config into interface to avoid confusion (#87)

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

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/