Hello! I am using data classes for the flow confi...
# ask-metaflow
g
Hello! I am using data classes for the flow config (to keep code concise). I am able to persist, pass it to other steps and even see it in the UI with the default card. However when using metadata - step.task.data it throws error like this
Copy code
AttributeError: Can't get attribute 'Config' on <module '__main__'>
Is this expected behaviour?
1