Hi people!! I have a question about how to save da...
# questions
a
Hi people!! I have a question about how to save data on an Azure storage account. I am following the documentation (https://kedro.readthedocs.io/en/stable/data/data_catalog.html#example-16-loads-a-model-saved-as-a-pickle-from-azure-blob-storage), the authentication is working well, but data are not being saved in anywhere. Has anyone ever faced a similar problem? I am not sure if I am setting the data catalog properly.
d
in your logging does the dataset you’re outputting show up as a
MemoryDataSet
?
a
Hi @datajoely. No, the output dataset is shown as a
ExcelDataSet
.
d
Weird!
my only advice is to put a breakpoint in on the save method