hello, is there a dataset type to read a file in b...
# questions
o
hello, is there a dataset type to read a file in bytes?
d
You could maybe use this with the right fsspec arguments to read bytes https://docs.kedro.org/en/stable/kedro.extras.datasets.text.TextDataSet.html
o
well, oups, sorry, I actually created a new dataset to do the work
👍 1