mik-laj commented on a change in pull request #20386:
URL: https://github.com/apache/airflow/pull/20386#discussion_r775209930



##########
File path: airflow/providers/google/cloud/hooks/gcs.py
##########
@@ -344,7 +344,7 @@ def provide_file(
         self,
         bucket_name: str = PROVIDE_BUCKET,
         object_name: Optional[str] = None,
-        object_url: Optional[str] = None,
+        dir: Optional[str] = None,

Review comment:
       Can you tell a little more about it? `object_url` parameter is used by 
`_fallback_object_url_to_object_name_and_bucket_name` decorator, so if we want 
the correct typing then we should add this parameter back.




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