Releases: betodealmeida/shillelagh
Shillelagh 1.2.23
Two new GitHub endpoints.
Shillelagh 1.2.22
A small release improving the generic JSON adapter to handle array-only responses.
Shillelagh 1.2.21
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
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
Minor update relaxing the version of tabulate
.
Shillelagh 1.2.18
Minor fix in the GSheets adapter for apache/superset#20300.
Shillelagh 1.2.17
Add support for querying issues with the GitHub adapter.
Shillelagh 1.2.16
Use a different JSONPath library, because the old one didn't handle the root path $
correctly.
Shillelagh 1.2.15
Small performance improvements to the Preset adapter, so that the handler leverages pagination and also offset/limit.
Shillelagh 1.2.14
Minor release increasing the scope of the Preset adapter, so it can query workspaces as well.