ephraimbuddy commented on pull request #18499:
URL: https://github.com/apache/airflow/pull/18499#issuecomment-927355758


   @ashb, I applied this fix https://github.com/apache/airflow/pull/18503 and 
it worked. 
   I also applied a fix where I attached dag_run to this ti:
   
https://github.com/apache/airflow/blob/2643345e4b72064c605e42901a3dc531e6aa2f4e/airflow/cli/commands/task_command.py#L88
   `ti.dag_run=dag_run` did not work but `ti.dag_run = ti.get_dagrun()` worked. 
   I would go with #18503. What do you suggest?


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to