Open brentsifi opened 6 days ago
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
cc @bbovenzi This seems to be UI issue(?)
Apache Airflow version
2.10.2
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Extra external links are not appearing on mapped tasks.
What you think should happen instead?
While I am able to add extra external links to an existing operator (the
PythonOperator
in this case) and able to view them in the UI, I am not able see the extra links when using mapped tasks of the same operator.In this screenshot, I have a non-mapped task version of a simple DAG using the
PythonOperator
and the extra external link button is visible.In this screenshot, I have a mapped task version of the same DAG using the
PythonOperator
and the extra external link is not visible.How to reproduce
Create a new directory and run
astro dev init
.Create a file named
my_extra_link_plugin.py
with the following code and add it to theplugins
folder:In the
dags
folder, create a file namedadd.py
that contains the following:In the
dags
folder, create a file namedadd_mapped_task.py
that contains the following:Trigger both DAGs and click on the Details tab.
Operating System
Sonoma 14.7
Versions of Apache Airflow Providers
No response
Deployment
Astronomer
Deployment details
Using Astronomer Runtime 12.2.0
Anything else?
No response
Are you willing to submit PR?
Code of Conduct