turbaszek commented on a change in pull request #10403:
URL: https://github.com/apache/airflow/pull/10403#discussion_r482864338
##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -155,10 +155,11 @@ class ClusterGenerator:
"""
# pylint: disable=too-many-arguments,too-many-locals
+ @DataprocHook.fallback_to_default_project_id
Review comment:
No, it doesn't, so do we want to add such logic? This will require to
initialize the hook somewhere so we can access the project_id. I personally
don't see a lot of value in it
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]