coopergillan commented on a change in pull request #10222:
URL: https://github.com/apache/airflow/pull/10222#discussion_r467336846



##########
File path: airflow/providers/google/cloud/operators/mlengine.py
##########
@@ -183,6 +185,7 @@ def __init__(self,  # pylint: disable=too-many-arguments
                  project_id: Optional[str] = None,
                  gcp_conn_id: str = 'google_cloud_default',
                  delegate_to: Optional[str] = None,
+                 labels: Optional[Dict[str, str]] = None,

Review comment:
       I'd like to come back through here and update the other `dict` types 
with more detail like this.




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


Reply via email to