Add correct description for dst param in LocalFilesystemToGCSOperator (#9055)

This commit is contained in:
Ephraim Anierobi 2020-05-29 15:59:20 +01:00 коммит произвёл GitHub
Родитель 86909de47c
Коммит ada26be23c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -32,8 +32,7 @@ class LocalFilesystemToGCSOperator(BaseOperator):
:param src: Path to the local file. (templated)
:type src: str
:param dst: Destination path within the specified bucket, it must be the full file path
to destination object on GCS, including GCS object (ex. `path/to/file.txt`) (templated)
:param dst: The object name to set when uploading the file. (templated)
:type dst: str
:param bucket: The bucket to upload to. (templated)
:type bucket: str