Releases: vvaezian/metabase_api_python
Releases · vvaezian/metabase_api_python
v3.4.5.1
- Fix #59
- Improve docs styling
v3.4.4
Changed
- Make sure the provided API key is correct.
v3.4.2
Changed
- Added 'return_card' argument to the
copy_card
function.
v3.4.1
Changed
- PR #54 (fixes a typo in the clone_card function)
v3.4
Changed
- New versioning format (3.4 instead of 0.3.4)
- Added
format_rows
option to get_card_data
function
v0.3.3
Changed
- Fixed issue #49
- Fixed unittest issues because changes in the recent versions of Metabase
v0.3.2
Changed
- Refactored for API changes introduced in Metabase v48 (
ordered_cards
-> dashcards
)