GitHub user davikor added a comment to the discussion: How would you implement a HITL task that allows selection of records?
thank you very much for the input. do you have any experience with this? from what I read in the [docs](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/plugins.html) plugins can define external views, but I can inject them only on a predefined set of fixed options, like an extra tab or a button. Using them as a replacement for hitl is not possible, right? The only option I see here is to implemetn a FastAPI Middlewares and then filter for the HITL ui requests and then send a complete custom ui (still not sure, how to handle the additional data in the (custom) hitl operator, though). Is this what you would suggest or am I missing something? GitHub link: https://github.com/apache/airflow/discussions/61668#discussioncomment-15744596 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
