Hey Prefect team, I had a question - when we are passing data between flows or getting data through ...
j
Hey Prefect team, I had a question - when we are passing data between flows or getting data through tasks, are we ever storing that data in Prefect's Data Centers or infrastructure even for a small amount of time? I guess this is more of a concern for sensitive PI data (for issues like GDPR etc.) Cheers!
d
Hey Jack! The short answer is, no! Your data is completely safe in your own infrastructure. For details, check this out https://docs.prefect.io/orchestration/faq/dataflow.html
💯 1
j
Thanks @Dylan!