I am running into an error when trying to a regist...
# ask-community
g
I am running into an error when trying to a register a Docker Flow, I don’t recognize these errors. Could you guys let me know if there is anything I am missing here?
j
Could you try something on your flow object:
Copy code
from prefect import Flow
from prefect.serialization.flow import FlowSchema

f = Flow('my_flow')
s = flow.serialize()

FlowSchema().load(s)