cjames23 commented on code in PR #34874:
URL: https://github.com/apache/airflow/pull/34874#discussion_r1367219857


##########
airflow/providers/google/cloud/operators/cloud_run.py:
##########
@@ -270,6 +271,7 @@ def __init__(
         project_id: str,
         region: str,
         job_name: str,
+        overrides: dict | None = None,

Review Comment:
   The type for overrides should indicate the type for the key and the values, 
though most often it is dict[str, Any] a dictionary allows other types for the 
key such as integers. 



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