Contents:
Create a publications 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.0/index.html#section/Authentication.
Request
Request Type: POST
Endpoint:
/v4/publications
Request Body:
Following creates a publications object and associates it with outputobject ID=3:
{ "path": [ "default" ], "tableName": "newTable", "targetType": "hive", "action": "create", "outputObject": { "id": 3 }, "connection": { "id": 1 } }
Response
Response Status Code - Success: 201 - Created
{ "path": [ "default" ], "id": 3, "tableName": "newTable", "targetType": "hive", "action": "create", "updatedAt": "2018-11-08T21:10:35.204Z", "createdAt": "2018-11-08T21:10:35.204Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "outputObject": { "id": 3 }, "connection": { "id": 1 } }
Reference
For more information on the properties of a publications object, see API Publications Get v4.
This page has no comments.