jscheffl opened a new pull request, #44330: URL: https://github.com/apache/airflow/pull/44330
Follow-up PR as incremental part of #44311 Note: Only the last commit is the relevant change, the first 5 commits are from #44311 To prepare EdgeWorker to be independent of AIP-44 Internal API, this PR is the third step in adding/migrating to FastAPI. The calls to "Logs" API to (1) get log path and (2) push log chunks are now real REST API calls, not using internal API. I would separate the other internal API calls to follow-up PRs as this is already quite large. Especially cause for ongoing Airflow 2.10 Connexion API + Swagger manually need to be generated whereas the main workstream for Airflow 3 uses FastAPI. -- 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]
