You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/07 09:34:32 UTC

[GitHub] [airflow] uranusjr commented on issue #19995: TaskInstance.log_url is uncallable due to execution_date being deprecated

uranusjr commented on issue #19995:
URL: https://github.com/apache/airflow/issues/19995#issuecomment-987738480


   Also note that the problem is not `TaskInstance.log_url` is broken per-se, it’s that you’re creating a TaskInstance without a DagRun, which is no longer supported.[^1] This would not fail if you properly create a DagRun and establish its relationship with the TaskInstance.
   
   [^1]: https://github.com/apache/airflow/blob/6d42b0e611c6b68c611dc25f3de2661e268cf3fe/UPDATING.md#taskinstances-now-require-a-dagrun


-- 
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-unsubscribe@airflow.apache.org

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