Hey everyone: Prefect 3.1.0 - I have a self-hosted...
# ask-community
s
Hey everyone: Prefect 3.1.0 - I have a self-hosted server with a deployment that returns a pandas DataFrame. I now need to call this deployed flow from a local flow and need to access the returned DataFrame. Because of Privacy Reasons I can't use persist_result. Is there any other way to be able to access the returned DataFrame from my local flow?