Hi guys :slightly_smiling_face: I have the follow...
# questions
y
Hi guys 🙂 I have the following dataset in catalog and it doesn't respect the
format: png
arg, I guess the whole
save_args
section of the matplotlib dataset specifically. It doesn't fail, just saves those files as text files instead of
png
. Looking at this syntax, do you have a hypothesis why it may be the case? Based on this section of docs, it should work.
m
1. Please verify whether behaviour is the same if you use just
PartitionedDataset
without
MLflowArtifactDataset
. 2. If above works, then ask on #C03RKPCLYGY , because it would be related to
kedro-mlflow
3. Otherwise, let's continue here - might be a bug in Kedro.
👍🏼 1
👍 1
n
Note that matplotlib dataset is kind of a special one, it can take a list or dictionary of output. (Build in partitioning basically).
y
I've seen people doing that a lot with kedro-mlflow so it should definitely work. Did you have a chance to investigate as @marrrcin suggested above?
y
Hi @Yolan Honoré-Rougé! Unfortunately no, deprioritized this, and I’m achieving what I need by making keys of the
dict[str, Figure]
that’s being saved end with
“.png”
.