DagRuns page renders the state column with artifacts
See original GitHub issueApache Airflow version: 1.10.10
Environment:
Docker image python:3.7-slim.
How to reproduce it:
Navigate to /admin/dagrun/
.
Other:
The web server returns HTML that consists of:
<a
data-csrf=""
data-pk="1150737"
data-role="x-editable"
data-source="[{"text": "", "value": "__None"}, {"text": "success", "value": "success"}, {"text": "running", "value": "running"}, {"text": "failed", "value": "failed"}]"
data-type="select2"
data-url="./ajax/update/"
data-value="<span class="label" style="background-color:green;">success</span>"
href="#"
id="state"
name="state"
>
<span class="label" style="background-color:green;">success</span>
</a>
Flask-Admin version is 1.5.4. After a brief investigation, the problem seems to be related to using HTML as a value for an editable widget.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Release Notes — Airflow Documentation
Previously, a task's log is dynamically rendered from the [core] ... Fix: DagRuns page renders the state column with artifacts in old UI...
Read more >View DAGs, DAG runs, and tasks | Cloud Composer
To view the history of DAG runs: In the Google Cloud console, go to the Environments page. Go to Environments. In the DAG...
Read more >apache-airflow Changelog - pyup.io
Add restarting state to TaskState Enum in REST API (26776) ... Fix: DagRuns page renders the state column with artifacts in old UI...
Read more >apache/airflow 1.10.11 on GitHub - NewReleases.io
... Fix: DagRuns page renders the state column with artifacts in old UI (#9612); Fix task and dag stats on home page (#8865) ......
Read more >An introduction to the Airflow UI | Astronomer Documentation
The DAGs view is the landing page when you sign in to Airflow. It shows a list of all your DAGs, the status...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in https://github.com/apache/airflow/commit/dbe308c7ea31043d86ac1b563c5590fe6c40bcb5
True. I do change the state from other sections.