https://prefect.io logo
m

Matt Fysh

09/05/2022, 8:41 AM
hi all, does prefect have a way of letting me specify how to write the results of a flow / subflow to a database, so I can keep the ETL logic and database logic seperate?
1
a

Anna Geller

09/05/2022, 12:48 PM
configurable ResultsConfig is on the roadmap, but to your question, you can already separate ETL and DB logic in your project. If you need some examples, perhaps this one can help, showing how you can e.g. use a dataflowops package for such custom modules https://github.com/anna-geller/dataflow-ops
3 Views