Trigger a Recipe and its dowstream receipes/Datsets using Python APIs.

Registered Posts: 6
edited August 2024 in Using Dataiku

I require help in triggering a recipe and its downstream recipes & datasets until the end of the flow.

Best Answer

  • Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,391 Neuron
    Answer ✓

    You should approach your problem in a different way. Build a Scenario which runs / builds all the required datasets in the correct way. Then the Python API to run the scenario.

Answers

  • Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 9 Dataiker
    edited August 2024

    Hello,

    When using the API, you can run a recipe with RECURSIVE_BUILD job_type.

    • job_type (string) – job type. One of RECURSIVE_BUILD, NON_RECURSIVE_FORCED_BUILD or RECURSIVE_FORCED_BUILD

    See this link : Site faviconRecipes

  • Registered Posts: 6
    edited August 2024

    I tried executing the recipe ,with the above params. These may run the predecessors & self but don't run the successors in the graph.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.