Reuse a function across pipelines #1257
lucasjamar
started this conversation in
Idea
Replies: 1 comment 1 reply
-
Hi @lucasjamar I think this is a good use case for a 1 node modular pipeline. Part of the concept of modular pipelines encourages users to think of pipelines more like complex nodes that can be paramterised. We have some docs on the subject here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a function made of a post request that I use in both my first pipeline ( called data_collection) and last pipeline (called send_results). What would be the best practice to make this function to both pipelines?
Thanks!
Lucas Jamar
Beta Was this translation helpful? Give feedback.
All reactions