Contents:
Get list of publications for the specified jobGroup. A publication is an export of job results from the platform after they have been initially generated.
- For more information on publications, see API Publications Get v4.
- For more information on jobGroups, see API JobGroups Get v4.
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: GET
Endpoint:
/v4/jobGroups/<id>/publications
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the job group |
Request URI - Example:
/v4/jobGroups/22/publications
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
The following example publication is for an export to a Hive table.
{ "data": [ { "path": [ "default" ], "id": 6, "tableName": "POSr01_tri", "targetType": "hive", "action": "create", "createdAt": "2019-02-12T00:33:28.073Z", "updatedAt": "2019-02-12T00:33:28.073Z", "connection": { "id": 1, "host": "hadoop", "port": 10000, "vendor": "hive", "params": { "jdbc": "hive2", "connectStringOptions": "", "defaultDatabase": "default" }, "ssl": false, "vendorName": "hive", "name": "hive", "description": null, "type": "jdbc", "isGlobal": true, "credentialType": "conf", "credentialsShared": true, "uuid": "6a4fbd20-2dd7-11e9-866f-a7fa75ecd0df", "disableTypeInference": false, "createdAt": "2019-02-11T08:31:23.635Z", "updatedAt": "2019-02-11T08:31:23.650Z", "credentials": [], "creator": { "id": 1 }, "updater": { "id": 1 }, "workspace": { "id": 1 } }, "creator": { "id": 1 }, "updater": { "id": 1 }, "outputObject": null } ] }
Reference
For more information on the properties of a publication, see API Publications Get v4.
For more information on the other properties, see API JobGroups Get v4.
This page has no comments.