michael-s-molina commented on code in PR #38167: URL: https://github.com/apache/superset/pull/38167#discussion_r2841757610
########## docs/developer_portal/extensions/quick-start.md: ########## @@ -54,24 +54,33 @@ superset-extensions init The CLI will prompt you for information: ``` -Extension ID (unique identifier, alphanumeric only): hello_world -Extension name (human-readable display name): Hello World +Extension name (e.g. Hello World): Hello World +Extension ID [hello-world]: hello-world Initial version [0.1.0]: 0.1.0 License [Apache-2.0]: Apache-2.0 Include frontend? [Y/n]: Y Include backend? [Y/n]: Y ``` +**Important**: The extension ID must be **globally unique** across all Superset extensions and serves as the basis for all technical identifiers: Review Comment: Sounds good 👍🏼 -- 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]
