chyok opened a new pull request, #27537:
URL: https://github.com/apache/airflow/pull/27537
Hi,
This PR is about
[#27479](https://github.com/apache/airflow/issues/27479)
I found that this code will permanently delete the userinfoedit key in the
context of the entire process
`widgets['show'].template_args['actions'].pop('userinfoedit')`
In fact, it will affect self.actions so the next deletion will be reported
key error.
An interesting phenomenon is that when you refresh the page, there is a
certain probability of success, but the number of successes will not exceed the
number of your workers, because the "actions" of each process are affected.
setting a default value can solve this problem.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]