Cannot create these recipes (geojoin, update, CustomCode_forward_geocoding)

kai2023
kai2023 Registered Posts: 2
edited July 16 in Using Dataiku

Hi there,

When I tried to create the following type recipes using Python API, got NoneType builder and cannot create them.

How can I create these types of recipes? Thanks.

builder1 = my_project.new_recipe('geojoin') # builder1 is NoneType
builder2 = my_project.new_recipe('update')  # builder2 is NoneType
builder3 = my_project.new_recipe('CustomCode_forward_geocoding') # builder3 is NoneType

Best Answer

Answers

Setup Info
    Tags
      Help me…