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:
[email protected]


With regards,
Apache Git Services

Reply via email to