Releases: vvaezian/metabase_api_python
Releases · vvaezian/metabase_api_python
v0.3.1
v0.3.0
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.
v0.2.16
v0.2.15
v0.2.14.2
v0.2.14
v0.2.13
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
.