dosubot[bot] commented on PR #36458: URL: https://github.com/apache/superset/pull/36458#issuecomment-3721352374
<!-- Answer --> The breaking change label is applied because this PR removes the three legacy schema discovery tools (`get_chart_available_filters`, `get_dataset_available_filters`, `get_dashboard_available_filters`) and replaces them with a new unified `get_schema` tool. This is not a drop-in replacement—any integrations or code relying on the old tools will need to update to use `get_schema` instead. There are also changes to default API behavior: list endpoints now return only a minimal set of default columns unless `select_columns` is explicitly provided, which may affect downstream consumers relying on previous defaults. These removals and behavioral changes require updates from users and integrations, which is why the breaking change label is warranted. [Source: PR #36458](https://github.com/apache/superset/pull/36458) [Superset Semantic Versioning Wiki](https://github.com/apache/superset/wiki/Semantic-Versioning) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/ff922bee-675a-4870-a2ee-ade2eb3dea13?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/ff922bee-675a-4870-a2ee-ade2eb3dea13?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/ff922bee-675a-4870-a2ee-ade2eb3dea13?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/ff922bee-675a-4870-a2ee-ade2eb3dea13?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/ff922bee-675a-4870-a2ee-ade2eb3dea13?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/ff922bee-675a-4870-a2ee-ade2eb3dea13?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/ff922bee-675a-4870-a2ee-ade2eb3dea13?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=The%20breaking%20change%20label%20is%20applied%20because%20this%20PR%20removes%20the%20three%20legacy%20schema%20discovery%20tools%20%28%60get_chart_available_filters%60%2C%20%60get_dataset_available_filters%60%2C%20%60get_dashboard_available_filters%60%29%20and%20replaces%20them%20with%20a%20new%20unified%20%60get_schema%60%20tool.%20This%20is%20not%20a%20drop-in%20replacement%E2%80%94any%20integrations%20or%20code%20relying%20on%20the%20old%20tools%20will%20need%20to%20update%20to%20use%20%60get_schema%60%20instead.%20There%20are%20also%20changes%20to%20default%20API%20behavior%3A%20list%20endpoints%20now%20return%20only%20a%20minimal%20set%20of%20default%20columns%20unless%20%60select_columns%60%20is%20explicitly%20provided%2C%20which%20may%20af fect%20downstream%20consumers%20relying%20on%20previous%20defaults.%20These%20removals%20and%20behavioral%20changes%20require%20updates%20from%20users%20and%20integrations%2C%20which%20is%20why%20the%20breaking%20change%20label%20is%20warranted.%20%20%0A%5BSource%3A%20PR%20%2336458%5D%28https%3A//github.com/apache/superset/pull/36458%29%20%20%0A%5BSuperset%20Semantic%20Versioning%20Wiki%5D%28https%3A//github.com/apache/superset/wiki/Semantic-Versioning%29) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/pull/36458) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
