synsh commented on code in PR #35379: URL: https://github.com/apache/airflow/pull/35379#discussion_r1382364722
########## airflow/providers/google/cloud/links/datafusion.py: ########## @@ -30,8 +30,8 @@ BASE_LINK = "https://console.cloud.google.com/data-fusion" DATAFUSION_INSTANCE_LINK = BASE_LINK + "/locations/{region}/instances/{instance_name}?project={project_id}" -DATAFUSION_PIPELINES_LINK = "{uri}/cdap/ns/default/pipelines" -DATAFUSION_PIPELINE_LINK = "{uri}/pipelines/ns/default/view/{pipeline_name}" +DATAFUSION_PIPELINES_LINK = "{uri}/cdap/ns/{namespace}/pipelines" +DATAFUSION_PIPELINE_LINK = "{uri}/pipelines/ns/{namespace}/view/{pipeline_name}" Review Comment: @Taragolis Made some changes to support the backward compatibility of existing links. Existing links will continue behaving as is. -- 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]
