potiuk commented on code in PR #33148:
URL: https://github.com/apache/airflow/pull/33148#discussion_r1285181358


##########
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:
   Not sure if we want to do something. This is 0 -maintenance, 0 effort to 
keep it forever. I think we should consider removal of some features (that we 
consider as Public API) only when it actually costs us anything.



-- 
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]

Reply via email to