Skip to content

Releases: betodealmeida/shillelagh

Shillelagh 1.2.21

12 Jul 15:19
e7851f4
Compare
Choose a tag to compare

This release has a small fix for GSheets, when the API returns an invalid type, and also experimental support for the dbt MetricFlow semantic layer.

Shillelagh 1.2.20

10 Jul 14:51
0da39d4
Compare
Choose a tag to compare

Small release fixing the GitHub adapter. I added pagination to the GitHub adapter in #271, but it doesn't work correctly because most of the filtering is done by SQLite, since the GitHub API only allows filtering on a subset of the exposed fields. Because of this, it was returning fewer rows than it should.

Shillelagh 1.2.19

03 Apr 18:25
7521ebf
Compare
Choose a tag to compare

Minor update relaxing the version of tabulate.

Shillelagh 1.2.18

27 Mar 16:23
25724a0
Compare
Choose a tag to compare

Minor fix in the GSheets adapter for apache/superset#20300.

Shillelagh 1.2.17

23 Feb 19:33
c1af579
Compare
Choose a tag to compare

Add support for querying issues with the GitHub adapter.

Shillelagh 1.2.16

22 Feb 20:40
e3b4875
Compare
Choose a tag to compare

Use a different JSONPath library, because the old one didn't handle the root path $ correctly.

Shillelagh 1.2.15

13 Feb 21:50
9883537
Compare
Choose a tag to compare

Small performance improvements to the Preset adapter, so that the handler leverages pagination and also offset/limit.

Shillelagh 1.2.14

05 Jan 17:14
973ee00
Compare
Choose a tag to compare

Minor release increasing the scope of the Preset adapter, so it can query workspaces as well.

Shillelagh 1.2.13

04 Jan 19:07
d227ddb
Compare
Choose a tag to compare

A new release introducing a handler for the Preset API.

(Note that Preset is my employer.)

Shillelagh 1.2.12

05 Dec 19:00
6bb3a5c
Compare
Choose a tag to compare

Small release improving the detection of DROP TABLE queries, so that queries with comments are properly identified.