Hi guys, are there any examples using @subdag or ...
# general
v
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
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
Yes. That’s exactly what I am looking for. 🙏