Reusing flows

Options
yahia22
yahia22 Registered Posts: 3 ✭✭✭

Hello I have a question,

We have a set of steps that needs to be performed cross regions. We want to automate everything and have a central point where we can change something and the changes need to be reflected everywhere at once.

I have two questions:

1) Is it possible to link all sub flows together( same flow) and have a change in one reflected in others

2) If I use python spark scripts recipes to do this , are changes in the master recipe reflected in all instances of this recipe across flows.

Best

Best Answer

  • fchataigner2
    fchataigner2 Dataiker Posts: 355 Dataiker
    Answer ✓
    Options

    There are no option to "link" recipes together and have changes applied to one transferred to the other. Short of writing the copying logic manually with the public API of DSS, custom recipes (in plugins) or app-as-recipes are the closest to this use case.

Answers

Setup Info
    Tags
      Help me…