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 2019/08/30 01:32:42 UTC

[GitHub] [airflow] chang commented on issue #5044: [AIRFLOW-4240] Require POST for state-changing requests

chang commented on issue #5044: [AIRFLOW-4240] Require POST for state-changing requests
URL: https://github.com/apache/airflow/pull/5044#issuecomment-526420269
 
 
   Hi @ashb - we recently upgraded to 1.10.4 and found that `dag_id` and `task_id` are no longer being logged with actions taken in the Web UI, like marking DagRuns and TaskInstances as success. The fields `models.Log.dag_id` and `models.Log.task_id` are set correctly for scheduler-generated logs, but are `None` for UI-generated logs.
   
   This seems like the most likely culprit, but I'm having trouble testing / patching it. Any advice?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services