kokhlo opened a new pull request, #44098: URL: https://github.com/apache/superset/pull/44098
### Summary Fixes #44095 The closing line of the extensions quick start told readers to "examine the query insights extension in the Superset codebase" as a complete real-world example. No such extension exists anywhere in the repository — the only other matches are the frozen `version-6.1.0` doc snapshot and a fictional fixture name in `tests/unit_tests/extensions/test_types.py`. The line now: - states explicitly that no end-to-end extension is bundled in this repository yet, - points to the community extension registry (real, working extensions), - points to `superset-extensions-cli/templates` — the scaffold this very guide builds with `superset-extensions init` — as the closest in-repo reference for the expected project layout. ### Testing Docs-only change in `docs/developer_docs/extensions/quick-start.md`: - verified `./registry.md` resolves (sibling file, same link style as the neighboring `./development.md` etc.), - verified the `superset-extensions-cli/templates` path exists on `master`, - the versioned `version-6.1.0` snapshot is intentionally left untouched (release cut, not live docs). -- 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]
