- Fixed the issue #33 (Missing step in the clone_card function)
- Fixed the issue #31 (Unable to use get_columns_name_id as a non-superuser)
- "Allow passing filter values to
get_card_datafunction" (#25). - "Add
add_card_to_dashboardcustom function" (PR #26). get_item_infofunction
- "Copy collection to root collection does not work" (#23).
- Expanded the
get_item_idandget_item_namefunctions to cover all item types (#28). clone_cardfunction now also works for simple/custom questions (#27).clone_cardfunction now replaces table name in the query text for native questions.
create_collectionfunction
- Fixed the issues #20 and #22.
- Changed the behavior of the
copy_collectionfunction. 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.
clone_cardfunction
- Fixed the issues #12.
- Updated the
searchandget_db_idfunctions to reflect the changes in v.40 of Metabase. - Updated the docstring of the
update_columnfunction to reflect the changes in v.39 of Metabase.
searchfunction (Endpoint:GET /api/search/)get_card_datafunction for getting data of the questions (Endpoint:POST /api/card/:card-id/query/:export-format)
- Basic Auth (PR)