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


##########
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:
   What kind of dict are we expecting here? If it is defined well, I prefer 
adding typing to it. If not, do `dict[str, Any]`



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to