Wrangler button doesn’t work with imported pipelines

Problem

Due to a bug, if you export a pipeline that includes a Wrangler transformation and then import it into another instance, when you open the Wrangler transformation and click the Wrangle button, the following error message displays: "Unable to load data".

Solution(s)

  1. Copy the directives from existing Wrangler transformation.

  2. Add a new Wrangler transformation to the pipeline.

  3. Open the new Wrangler transformation and click the Wrangle button.

  4. Choose the same dataset again.
    The dataset displays in the Wrangler workspace mode.

  5. In the terminal at the bottom of the workspace, paste the copied directives from the old Wrangler transformation.

  6. To recreate the exact Wrangler transformation, click Apply. 

  7. Reconnect the pipeline to use the new wrangler and delete the old Wrangler transformation.

Â