pierrejeambrun commented on a change in pull request #20386:
URL: https://github.com/apache/airflow/pull/20386#discussion_r777615970
##########
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:
You are right. I missed that the decorator was changing the signature
and that this was used for typing.
I reverted this change.
--
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]