Reading more than 1 file on the same time. #3011
Closed
menezesluan
started this conversation in
Idea
Replies: 1 comment 1 reply
|
Relaying answer from Slack https://linen-slack.kedro.org/t/15637169/hello-team-how-are-you-context-i-have-a-cloudstorage-bucket-#e5e9639d-d07f-45d3-bf1b-429720dbbd26
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello Team, how are you?
Context:
I have a CloudStorage/bucket with that struct below, and I would to read the content on the same time.
| bucket_name
| — folder
| — | — 001recovered.txt
| — | — 002recovered.txt
Question:
How it’s possible to do that? I’m getting a error.
catalog.ymlrelvenda:
type: text.TextDataSet
filepath: "gs://bucket_name/folder/*recovered.txt"
All reactions