Contents:
Add the specified imported dataset to a flow based on its internal identifier.
Version: v3
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/5.0/index.html#section/Authentication.
Request
Request Type: POST
Endpoint:
/v3/importedDatasets/<id>/addToFlow
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the imported dataset |
Request URI - Example:
/v3/importedDatasets/4/addToFlow
Request Body:
{ "flow": { "id": 4 } }
Response
Response Status Code - Success: 201 - Created
Response Body:
{ "id": 14, "createdBy": 1, "updatedBy": 1, "scriptId": 7, "flowId": 4, "wrangled": false, "updatedAt": "2017-06-28T19:38:29.275Z", "createdAt": "2017-06-28T19:38:29.016Z", "flowNodeId": null, "deleted_at": null, "activesampleId": 15 }
Reference
Property | Description |
---|---|
id | Internal identifier for the new wrangled dataset. |
createdBy | Internal identifier of the user who created the flow. |
updatedBy | Internal identifier of the user who performed the update. |
scriptId | Internal identifier for the recipe for the dataset. If |
flowId | Internal identifier of the flow that contains this dataset |
wrangled | If true , this dataset is a wrangled dataset. |
updatedAt | Timestamp for when the dataset was updated. |
createdAt | Timestamp for when the dataset was created. |
flowNodeId | Internal identifier of the dataset within the flow. |
deleted_at | Timestamp for when the dataset was deleted. If |
activesampleId | Internal identifier for the currently active sample for the dataset. If |
For more information on the other properties, see API ImportedDatasets Get v3.
This page has no comments.