github-actions[bot] opened a new pull request, #64132: URL: https://github.com/apache/airflow/pull/64132
The OpenAPI spec generation doesn't query the database — it only introspects FastAPI routes. Using postgres backend was adding ~90s of postgres container startup and migration overhead for no reason. Switching to sqlite cuts the hook from ~2 minutes to ~25 seconds. (cherry picked from commit 5d9819fea584df846a8f89d57d1b7137cd3b5ae4) Co-authored-by: Daniel Standish <[email protected]> -- 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]
