alexbegg commented on issue #10434: URL: https://github.com/apache/airflow/issues/10434#issuecomment-681195969
@kaxil I can't reproduce this with Breeze. I ran both `master` branch and `v1-10-stable` (with `rbac = True`) with Breeze and this issue does not come up, even though the issue does come up in my Kubernetes deployment. I am going to have to recreate the same setup in breeze and see if I can reproduce this issue... Here is what I found so far after clicking the "Last Run" link: - :x: : status is `None` - Airflow 1.10.11 in my Kubernetes cluster, with execution_date **not URL-encoded** in the URL:  - :white_check_mark: : status is `success` - Airflow 1.10.11 in my Kubernetes cluster, with execution_date **_manually_ URL-encoded** in the URL:  - :white_check_mark: : status is `success` - Airflow 1.10.12 running with Breeze on `v1-10-stable` branch, with execution_date **not URL-encoded** in the URL:  ---------------------------------------------------------------- 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]
