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


##########
airflow/providers/google/cloud/links/dataproc.py:
##########
@@ -32,6 +32,9 @@
 
 DATAPROC_BASE_LINK = BASE_LINK + "/dataproc"
 DATAPROC_JOB_LINK = DATAPROC_BASE_LINK + 
"/jobs/{job_id}?region={region}&project={project_id}"
+# TODO: remove DATAPROC_JOB_LOG_LINK alias in the next major release

Review Comment:
   One (post merge) comment - I think we should not remove it in the next major 
release if we do not do deprecation warning when it is used. The user will have 
no warnings whatsoever if we do.



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