Currently, the Data Prep Wrangler front-end makes a GET
call with all the directives in the query arguments. This causes issues on some browsers as there are limits as to how much data can be pushed using this approach. This document describes the format that is used for sending a request to the back-end.
...
Field | Mandatory? | Description |
---|---|---|
| Yes | Name of the workspace that Data Prep Wrangler should operate on |
| Yes | Number of records that should be returned in response to execution of the directives |
...