diff --git a/catalog/CHANGELOG.md b/catalog/CHANGELOG.md index 875b2b774ab..c3f6f97e8fa 100644 --- a/catalog/CHANGELOG.md +++ b/catalog/CHANGELOG.md @@ -17,7 +17,7 @@ where verb is one of ## Changes -- [Added] Admin: UI for modifying logitudinal queries (Tabulator) configs ([#4135](https://github.com/quiltdata/quilt/pull/4135)) +- [Added] Admin: UI for configuring longitudinal queries (Tabulator) ([#4135](https://github.com/quiltdata/quilt/pull/4135)) - [Changed] Admin: Move bucket settings to a separate page ([#4122](https://github.com/quiltdata/quilt/pull/4122)) - [Changed] Athena: always show catalog name, simplify setting execution context ([#4123](https://github.com/quiltdata/quilt/pull/4123)) - [Added] Support `ui.actions.downloadObject` and `ui.actions.downloadPackage` options for configuring visibility of download buttons under "Bucket" and "Packages" respectively ([#4111](https://github.com/quiltdata/quilt/pull/4111)) diff --git a/shared/schemas/tabulatorTable.yml.json b/shared/schemas/tabulatorTable.yml.json index 5e049016736..2c9e2603415 100644 --- a/shared/schemas/tabulatorTable.yml.json +++ b/shared/schemas/tabulatorTable.yml.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://quiltdata.com/federator/config/1", + "$id": "https://quiltdata.com/tabulator/config/1", "type": "object", "definitions": { "CsvParser": {