Hemkumar Chheda

Results 6 comments of Hemkumar Chheda

Hello Committers, Are we planning to implement this feature in Airflow? This would really help to identify which tasks were manually marked as success or failure and would add a...

Try building the docker image by setting the platform as `amd4_linux` and it should resolve the issue. ``` docker build --platform linux/amd64 -t christianhxc/aws-batch-101:latest . ```

It appears that the issue has been resolved for the dag_id link, which points to the Grid view. However, the run_id link, pointing to the Graph view, is still incorrect....

@tirkarthi - Here is hyperlink attached to the run_id in the Dag run list - [manual__2024-08-09T08:42:25.524227+00:00](http://localhost:8080/dags/example_astronauts/grid?dag_run_id=manual__2024-08-09T08%3A42%3A25.524227%2B00%3A00&tab=graph) The hyperlink appears correct, but when it opens the Graph view and I click...

I believe this [PR](https://github.com/apache/airflow/pull/40764) might resolve the issue. I'll test it on version 2.10.0 and will update you here. Thanks!

I just verified on 2.10. Still facing the same issue.