Skip to content

Releases: vvaezian/metabase_api_python

v3.4.4

11 Nov 21:12
Compare
Choose a tag to compare

Changed

  • Make sure the provided API key is correct.

v3.4.3

28 Sep 01:03
Compare
Choose a tag to compare

Changed

v3.4.2

05 Jul 02:17
Compare
Choose a tag to compare

Changed

  • Added 'return_card' argument to the copy_card function.

v3.4.1

15 Jun 05:11
Compare
Choose a tag to compare

Changed

  • PR #54 (fixes a typo in the clone_card function)

v3.4

01 Jun 22:53
Compare
Choose a tag to compare

Changed

  • New versioning format (3.4 instead of 0.3.4)
  • Added format_rows option to get_card_data function

v0.3.3.1

29 May 18:11
Compare
Choose a tag to compare

Changed

  • Fix issue #50

v0.3.3

13 May 04:28
Compare
Choose a tag to compare

Changed

  • Fixed issue #49
  • Fixed unittest issues because changes in the recent versions of Metabase

v0.3.2

17 Apr 05:37
Compare
Choose a tag to compare

Changed

  • Refactored for API changes introduced in Metabase v48 (ordered_cards -> dashcards)

v0.3.1

13 Sep 16:10
659c1ad
Compare
Choose a tag to compare

Changed

  • Merged PR #47

v0.3.0

21 Feb 23:30
Compare
Choose a tag to compare

You can now run unittests locally (see the tests directory for details). The GitHub Actions workflow for test is also running the tests on a local version of Metabase.

The code in the main file (metabase_api.py) is now broken down into multiple files for ease of use.