Subham-KRLX commented on issue #63197: URL: https://github.com/apache/airflow/issues/63197#issuecomment-4025204927
The root cause is in [buildTaskInstanceUrl](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) — the [isMapped](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) condition appends /mapped unconditionally, including for task groups where no such route exists. The graph view already handles this correctly. Will raise a PR with the fix shortly. -- 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]
