- 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_data
function" (#25). - "Add
add_card_to_dashboard
custom function" (PR #26). get_item_info
function
- "Copy collection to root collection does not work" (#23).
- Expanded the
get_item_id
andget_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.
create_collection
function
- 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
.
clone_card
function
- Fixed the issues #12.
- Updated the
search
andget_db_id
functions to reflect the changes in v.40 of Metabase. - Updated the docstring of the
update_column
function to reflect the changes in v.39 of Metabase.
search
function (Endpoint:GET /api/search/
)get_card_data
function for getting data of the questions (Endpoint:POST /api/card/:card-id/query/:export-format
)
- Basic Auth (PR)