Skip to content

Releases: vvaezian/metabase_api_python

v0.2.16

01 Feb 01:23
07662f9
Compare
Choose a tag to compare

Changed

v0.2.15

16 May 06:29
Compare
Choose a tag to compare

Changed

  • Fixed the issue #33 (Missing step in the clone_card function)

v0.2.14.2

07 Apr 16:02
3f89425
Compare
Choose a tag to compare

v0.2.14

28 Dec 07:21
be914c0
Compare
Choose a tag to compare

Added

  • "Allow passing filter values to get_card_data function" (#25).
  • "Add add_card_to_dashboard custom function" (PR #26).
  • get_item_info function

Changed

  • "Copy collection to root collection does not work" (#23).
  • Expanded the get_item_id and get_item_name functions to cover all item types (#28).
  • clone_card function now also works for simple/custom questions (#27).
  • clone_card function now replaces table name in the query text for native questions.

v0.2.13

03 Aug 01:38
Compare
Choose a tag to compare

Added

  • create_collection function

Changed

  • Fixed the issues #20 and #22.
  • Changed the behavior of the copy_collection function. Previously it would copy only the content of the source collection, but now copies the contents together with source collection itself.
    In other words, now a new collection with the same name as the source collection is created in the destination and the content of the source collection is copied into it.
  • Improved the function make_json.

v0.2.12

21 Jul 04:04
cfdbd11
Compare
Choose a tag to compare

Added

  • clone_card function

Changed

  • Fixed the issues #12, #20
  • Updated the search and get_db_id functions to reflect the changes in v.40 of Metabase API
  • Updated the docstring of the update_column function to reflect the changes in v.39 of Metabase API