chore: remove deprecated api /superset/tables/<int:db_id>/... (#24342)

This commit is contained in:
Daniel Vaz Gaspar
2023-06-12 15:31:48 +01:00
committed by GitHub
parent 2df699c99c
commit e0253a4b25
4 changed files with 1 additions and 188 deletions

View File

@@ -34,6 +34,7 @@ assists people when migrating to a new version.
### Breaking Changes
- [24342](https://github.com/apache/superset/pull/24342): Removed deprecated API `/superset/tables/<int:db_id>/<schema>/...`
- [24335](https://github.com/apache/superset/pull/24335): Removed deprecated API `/superset/filter/<datasource_type>/<int:datasource_id>/<column>/`
- [24333](https://github.com/apache/superset/pull/24333): Removed deprecated API `/superset/datasources`
- [24266](https://github.com/apache/superset/pull/24266) Remove the `ENABLE_ACCESS_REQUEST` config parameter and the associated request/approval workflows.