Releases: ContinuumIO/intake-metabase
Releases · ContinuumIO/intake-metabase
0.5.2
0.5.1
0.5.0
Added the ability to set extra_headers
as a dictionary to send extra HTTP headers in each request.
0.4.2
New features
- return the results of a query using the table source
Fixes
- serialization issues with remote catalogs
0.4.1
Fix handling of /api/database
endpoint
0.4.0
Add session token auth. Note that the username/password or token arguments come after db, table, and question arguments
0.3.0
Enhancements
- Support multiple databasess. All catalog entires built using
metabase_catalog
are now accessible ascat['db.table']
- Added support for saved questions, which appear in the catalog as
questions.<numeric-id>
Fixes
- Fixed encoding problems for the
→
character, which is common in questions.
0.2.0
Load a catalog of all available tables with intake.open_metabase_catalog()
0.1.0
First release!