Soft deletes dataset.
Soft deletes dataset. It will be un-deleted if new OpenLineage event containing this dataset comes.
Path Parameters
Possible values: <= 1024 characters
The name of the namespace.
Possible values: <= 1024 characters
The name of the dataset.
- 200
OK
Schema
id object
The type of the dataset.
The logical name of the dataset.
The physical name of the dataset.
An ISO-8601 timestamp representing the date/time the dataset was created.
An ISO-8601 timestamp representing the date/time the dataset was updated.
The namespace of the dataset.
The name of the source associated with the dataset.
fields object[]
List of tags.
An ISO-8601 timestamp representing the date/time the dataset was last modified by a successful run.
The last lifecycle state of the dataset.
The description of the dataset.
facets object
The current version of the dataset.
The deleted state of the dataset.
{
"id": {
"namespace": "my-namespace",
"name": "my-dataset"
},
"type": "DB_TABLE",
"name": "my-dataset",
"physicalName": "public.mytable",
"createdAt": "2019-05-09T19:49:24.201361Z",
"updatedAt": "2019-05-09T19:49:24.201361Z",
"namespace": "my-namespace",
"sourceName": "my-source",
"fields": [
{
"name'": "a",
"type": "INTEGER",
"tags": []
},
{
"name'": "b",
"type": "TIMESTAMP",
"tags": []
},
{
"name'": "c",
"type": "INTEGER",
"tags": []
},
{
"name'": "d",
"type": "INTEGER",
"tags": []
}
],
"tags": [],
"lastModifiedAt": null,
"description": "My first dataset!",
"facets": {},
"currentVersion": "b1d626a2-6d3a-475e-9ecf-943176d4a8c6"
}
DELETE /namespaces/:namespace/datasets/:dataset
Request
Request
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'
curl -L -X DELETE 'http://localhost:5000/api/v1/namespaces/:namespace/datasets/:dataset' \
-H 'Accept: application/json'