https://kedro.org/ logo
#questions
Title
# questions
a

Anderson Luiz Souza

01/10/2023, 3:12 PM
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

datajoely

01/10/2023, 3:32 PM
in your logging does the dataset you’re outputting show up as a
MemoryDataSet
?
a

Anderson Luiz Souza

01/10/2023, 4:28 PM
Hi @datajoely. No, the output dataset is shown as a
ExcelDataSet
.
d

datajoely

01/10/2023, 4:28 PM
Weird!
my only advice is to put a breakpoint in on the save method
3 Views