Lee-W commented on code in PR #33148:
URL: https://github.com/apache/airflow/pull/33148#discussion_r1286727516
##########
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:
Sure. I tried to add the warning through
https://github.com/apache/airflow/pull/33189 (the way how
`DATAPROC_JOB_LOG_LINK` is mapped to `DATAPROC_JOB_LINK` has been changed as
well)
--
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]