Replies: 1 comment
-
|
I haven't explored this pattern. At minimum, you'd have to give each pipeline have its own data store and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Help
Description
I'm working on a general data-cleaning project involving datasets from all Brazilian states. Each state requires substantial work and has its own specific characteristics. For this reason, I would like to create a separate targets pipeline for each state, tailored to its particularities. My goal is to then orchestrate all these individual pipelines within a larger targets workflow, where each state-level pipeline is represented as a target in the master pipeline. Does this approach make sense conceptually? And is it currently feasible with targets?
Beta Was this translation helpful? Give feedback.
All reactions