Contents:
Modify the specified writesettings object.
Version: v4
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.
Request
Request Type: PUT
Endpoint:
/v4/writesettings/<id>
Request URI - Example:
/v4/writesettings/6/
Request Body:
{ "delim": ",", "path": "hdfs://hadoop:50070/trifacta/queryResults/admin@example.com/POS_r01a.pqt", "action": "create", "format": "pqt", "compression": "none", "header": false, "asSingleFile": false, "prefix": null, "suffix": "_increment", "hasQuotes": true, "outputObjectId": 5 }
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 6, "updater": { "id": 1 }, "updatedAt": "2018-11-08T00:13:43.819Z" }
Reference
For more information on the properties of the writesettings object, see API WriteSettings Get v4.
This page has no comments.