malthe commented on pull request #15581: URL: https://github.com/apache/airflow/pull/15581#issuecomment-844373991
@MatrixManAtYrService with the new [Taskflow API](https://airflow.apache.org/docs/apache-airflow/stable/tutorial_taskflow_api.html), coding up a custom task using the hooks directly seems like a more simple approach than trying to add a closure to the operator. I had actually started out with an implementation that made the operator smarter about handling a query result but realized halfway that it's not really that helpful. -- 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]
