ashb commented on issue #11144: URL: https://github.com/apache/airflow/issues/11144#issuecomment-700517696
@ashmeet13 That check looks like a good start yes, but not quite there. I don't think your `params` is right. `TaskInstance.get_template_context()` is the parameters that templates are executed in, and for that you will need to create a TaskInstance (it can be in memory, no need to write it to the DB) ---------------------------------------------------------------- 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]
