ShameGod opened a new pull request, #31044: URL: https://github.com/apache/superset/pull/31044
docs: updated the install process in pipy.mdx ### SUMMARY In order to execute the command "superset db upgrade", you first need to define the two configurations secret_key and flask_app. Before my change, the "flask_app" config was defined after "superset db upgarde", which resulted in an error. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before when following the instructions in the documentation I get this error: <img width="1295" alt="image" src="https://github.com/user-attachments/assets/ed0f98c3-d6ed-48aa-8377-ee849ec0a118"> ### TESTING INSTRUCTIONS Just go to the documentation page pipy.mdx ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
