rusackas commented on code in PR #44098: URL: https://github.com/apache/superset/pull/44098#discussion_r3975879635
########## docs/developer_docs/extensions/quick-start.md: ########## @@ -513,4 +513,4 @@ Now that you have a working extension, explore: - **[Deployment](./deployment.md)** - Packaging and deploying your extension - **[Security](./security.md)** - Security best practices for extensions -For a complete real-world example, examine the query insights extension in the Superset codebase. +No complete real-world extension is bundled in this repository yet. For working examples, browse the [community extension registry](./registry.md). The scaffold built in this guide mirrors the templates shipped in [`superset-extensions-cli/templates`](https://github.com/apache/superset/tree/master/superset-extensions-cli/templates), the closest in-repo reference for the expected project layout. Review Comment: The path's off by a couple of directories. ```suggestion No complete real-world extension is bundled in this repository yet. For working examples, browse the [community extension registry](./registry.md). The scaffold built in this guide mirrors the templates shipped in [`superset-extensions-cli/src/superset_extensions_cli/templates`](https://github.com/apache/superset/tree/master/superset-extensions-cli/src/superset_extensions_cli/templates), the closest in-repo reference for the expected project layout. ``` -- 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]
