Share recipes

Options
davidmakovoz
davidmakovoz Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2022, Neuron 2023 Posts: 67 Neuron
Is it possible to export/import recipes?

I've done export/import of whole projects, and all the recipes were preserved with fidelity.

Can one do it with an individual recipe?

Answers

  • Liev
    Liev Dataiker Alumni Posts: 176 ✭✭✭✭✭✭✭✭
    Options
    Hi davidmakozov,

    You can copy recipes or other flow objects across projects or create new projects with the selected elements. You can choose elements of your flow and then use the Copy menu to select the most appropriate option.

    Recipes on their own are probably not semantically sound in the context of import/export. It would mean that a recipe could "do" something without any elements around it such as datasets, folders, or being part of a project.

    If you're looking to run code without the context of a project, then perhaps it's worth looking into Macros.

    Thanks!
  • davidmakovoz
    davidmakovoz Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2022, Neuron 2023 Posts: 67 Neuron
    Options
    Hi Liev,
    You are right, I cannot run a recipe without data.
    I can reuse a recipe within a project by going to the input/output tab and replacing the input and output, as long as the input is compatible, obviously. So there is an 'entity', a set of operations, that persists during such an operation. In principle, it can be exported.
    Also, there could be an option of exporting a recipe with the associated data, just like exporting project exports all local data.
    I'll look into Macros, thank you.
  • MarkPundurs
    MarkPundurs Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 26 ✭✭✭✭
    Options

    How do I copy a recipe across projects? If I select one and choose Copy, I see only the option to create a copy within the same project?

  • tgb417
    tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 1,595 Neuron
    Options

    @MarkPundurs
    ,

    You did not mention what kind of recipe you want to copy. If you are trying to copy steps from a Prepare Recipe in one project to steps in a Prepare Recipe in a different project. See if this helps

    https://knowledge.dataiku.com/latest/kb/data-prep/prepare-recipe/How-to-copy-paste-Prepare-recipe-steps.html

    The way this works is that the copy is putting a Json Description of the steps into your local computer's clipboard buffer. Then in the destination project you can paste those steps into an existing recipe that is already connected to datasets.

    If you are trying to copy other kinds of recipes let us know. The challenge with copying recipes is that recipes know about their source and destination datasets. So copies can be a bit challenging.

  • MarkPundurs
    MarkPundurs Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 26 ✭✭✭✭
    Options

    That article says, "Of course, it is possible to copy the entire Prepare recipe, as with any visual recipe."

    That's exactly what I don't know how to do - not between projects, anyway.

Setup Info
    Tags
      Help me…