modern-monitor-81461
03/25/2022, 2:17 PMView in Airflow
button in my deployed Datahub, it opens something else (seems like it is reloading the current page I'm on). When I look at the navigation URL of the button (href
), I see something like:
<https://datahub.mydomain.com/tasks/urn:li:dataJob:(urn:li:dataFlow:(airflow,xxxxx,prod),xxxxx)/airflow.mydomain.com/taskinstance/list/?flt1_dag_id_equals=xxxxx&_flt_3_task_id=xxxxx>
where <http://airflow.mydomain.com/taskinstance/list/?flt1_dag_id_equals=xxxxx&_flt_3_task_id=xxxxx|airflow.mydomain.com/taskinstance/list/?flt1_dag_id_equals=xxxxx&_flt_3_task_id=xxxxx>
is a valid URL (I can open it up in my browser and what I get is what I expected).
So the href
is like https://`<datahub domain>`/`<params and urn of the airflow task>`/`<airflow domain>`/`<params of the airflow task>`
I also have a Superset integration and when I look at the href
of the View in Superset
button, I see a real Superset URL without a datahub URL prepended. That button works well.
Why is the Airflow button href different?orange-night-91387
03/25/2022, 4:33 PMmodern-monitor-81461
03/25/2022, 4:59 PMdazzling-judge-80093
03/25/2022, 6:06 PMdazzling-judge-80093
03/26/2022, 10:59 AMdazzling-judge-80093
03/29/2022, 9:19 AMmodern-monitor-81461
03/29/2022, 11:19 AMhttps://
, so the end url was considered relative by the frontend. All good now, thanks for reply.dazzling-judge-80093
03/29/2022, 11:20 AM