Join Slack
Powered by
Hi guys, are there any examples using @subdag or ...
# general
v
Volker Lorrmann
12/10/2024, 9:51 AM
Hi guys, are there any examples using @subdag or even @parameterized_subdag? I consider adding a feature to flowerpower to chain multiple pipelines. I think subdags are the way to go, right?
s
Stefan Krawczyk
12/10/2024, 5:19 PM
It depends. Subdags enable you have a single DAG view of things. Otherwise you could do hamilton within hamilton, or discrete drivers. Here’s an example I am working on -
https://github.com/DAGWorks-Inc/hamilton/pull/1251
let me know if that helps. Otherwise there is also
https://www.tryhamilton.dev/tutorial-extras/parameterization#subdag
v
Volker Lorrmann
12/10/2024, 9:08 PM
Yes. That’s exactly what I am looking for. 🙏
2
Views
Open in Slack
Previous
Next