4

I can see it's possible to download a recipe but I can't see any option to import it, does anyone know if there is this option?

Aaron Harris
  • 415
  • 1
  • 5
  • 15

1 Answers1

4

Base on Recipe Options

Wrangle recipes are stored in the Cloud Dataprep database. You cannot upload new or modified recipes to the platform

Mikhail Berlyant
  • 165,386
  • 8
  • 154
  • 230
  • 1
    One possible workaround is that you download the .wrangle file and open it in any text editor. If you add a new step in a recipe you can copy a single line from the .wrangle file and paste it in the "search" box. It will instantly convert the copied text to the command, including any fields/values. – LMB May 22 '19 at 11:33