eladkal commented on code in PR #33148:
URL: https://github.com/apache/airflow/pull/33148#discussion_r1285175288
##########
airflow/providers/google/cloud/links/dataproc.py:
##########
@@ -32,6 +32,8 @@
DATAPROC_BASE_LINK = BASE_LINK + "/dataproc"
DATAPROC_JOB_LINK = DATAPROC_BASE_LINK +
"/jobs/{job_id}?region={region}&project={project_id}"
+# For backward-compatibility, DATAPROC_JOB_LINK was DATAPROC_JOB_LOG_LINK.
+DATAPROC_JOB_LOG_LINK = DATAPROC_JOB_LINK
Review Comment:
Lets please add TODO of how/what to change when we plan a major release
--
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]