Skip to content

Releases: ContinuumIO/intake-metabase

0.5.2

30 Jan 14:53
09ad56c
Compare
Choose a tag to compare

Another attempt at fixing serialization (#9 )

0.5.1

19 Jan 22:07
05b3234
Compare
Choose a tag to compare

Fixes parameter serialization issue (#8)

0.5.0

29 Mar 19:11
4922c59
Compare
Choose a tag to compare

Added the ability to set extra_headers as a dictionary to send extra HTTP headers in each request.

0.4.2

28 Oct 16:12
c28d36e
Compare
Choose a tag to compare

New features

  • return the results of a query using the table source

Fixes

  • serialization issues with remote catalogs

0.4.1

22 Jul 03:15
Compare
Choose a tag to compare

Fix handling of /api/database endpoint

0.4.0

30 Mar 23:46
Compare
Choose a tag to compare

Add session token auth. Note that the username/password or token arguments come after db, table, and question arguments

0.3.0

11 Feb 02:02
94e0d45
Compare
Choose a tag to compare

Enhancements

  • Support multiple databasess. All catalog entires built using metabase_catalog are now accessible as cat['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

08 Feb 20:07
0187629
Compare
Choose a tag to compare

Load a catalog of all available tables with intake.open_metabase_catalog()

0.1.0

08 Feb 17:15
Compare
Choose a tag to compare

First release!