[
https://issues.apache.org/jira/browse/AIRFLOW-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16929481#comment-16929481
]
Leah commented on AIRFLOW-5418:
-------------------------------
Looking at your example of the invalid request, I suspect that if the name of
the object in the bucket contains a slash on the end, it isn't valid (e.g.
`gs://test-slash/sss`). But, if there is a slash in the middle, like
`gs://test-slash/sss/my-file.py`, it IS valid
> bucket names with a slash in them cause an error with the GCS Download
> Operator
> -------------------------------------------------------------------------------
>
> Key: AIRFLOW-5418
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5418
> Project: Apache Airflow
> Issue Type: Bug
> Components: operators
> Affects Versions: 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.10.0, 1.10.1, 1.10.2,
> 1.10.3, 1.10.4, 1.10.5
> Reporter: Leah
> Priority: Minor
> Attachments: Screen Shot 2019-09-13 at 12.35.33 PM.png, Screen Shot
> 2019-09-13 at 12.36.40 PM.png, Screenshot 2019-09-09 at 19.46.26.png
>
>
> If you try to use the GCS Downlaod Operator on a bucket that has a slash in
> the name, for example, my-bucket/dags, the operation results in a "Bad
> Request" error. I replicated this error consistently in Cloud Composer (GCP
> hosted managed Airflow) and was able to get it to work on a bucket name
> without a slash in it. I was not able to use a backslash to escape the slash
> when passing in the bucket name either.
>
>
> {{[2019-09-05 23:51:53,951] \{models.py:1796} ERROR - <HttpError 400 when
> requesting
> https://www.googleapis.com/storage/v1/b/my-bucket/dags/o/gcs_download.py?alt=media
> returned "Bad Request">}}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)