shahar1 commented on code in PR #38071:
URL: https://github.com/apache/airflow/pull/38071#discussion_r1530880327


##########
airflow/providers/google/cloud/log/stackdriver_task_handler.py:
##########
@@ -99,7 +99,7 @@ def __init__(
         super().__init__()
         self.gcp_key_path: str | None = gcp_key_path
         self.scopes: Collection[str] | None = scopes
-        self.name: str = name
+        self.gcp_log_name: str = name

Review Comment:
   Sounds good, I guess that we could live with it :)
   Maybe it's worth deprecating the constructor argument `name` in favor of 
`gcp_log_name` to avoid confusion, and also people could be aware of the 
breaking change. I leave it up to you and the committers.



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