fredym commented on issue #25557:
URL: https://github.com/apache/airflow/issues/25557#issuecomment-1207113782

   > What is this `https://<host>/<path>/airflow/taskinstance/list/` URL in the 
first place?
   
   That's the URL to the Task Instance report that's broken. You'll have to 
replace `<host>` with your Airflow instance hostname and `<path>` with whatever 
path you have it on. In a local dev environment could be something like this:
   
   ```
   
https://localhost:8080/instance_one/airflow/taskinstance/list/?_oc_TaskInstanceModelView=dag_run.execution_date&_od_TaskInstanceModelView=desc&_flt_3_state=failed&_flt_1_execution_date=2022-08-04+00%3A00%3A00%2B00%3A00
   ```


-- 
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]

Reply via email to