ashb commented on pull request #9636: URL: https://github.com/apache/airflow/pull/9636#issuecomment-655010166
So this is definitely a missing feature but there are two problems. 1. This PR doesn't have unit tests, and it needs them before it's going to be merged 2. This ends up running the (possibly long running) callback inside the webserver request, before the response is returned to the API caller. Number 2 is quite an important one, and not an easy one to fix either -- doing this properly needs some large architectural changes :( ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
