Datasource

List definition

{
  "kind": "datasource",
  "uri": string,
  "id": string,
  "url": string,	
  "createdAt": integer,
  "updatedAt": integer,
  "isSample": bool,
  "sourceDataset": null | { ...dataset.base },
  "sourceWorkflow": null | { ...workflow.base }
}

Get definition

In addition to the list definition, any dataSource resource returned by a get request will contain the following properties:

{
  ...dataSource.list,
  "workflow": { ...workflow.base }
}

Last updated

Was this helpful?