curl --request GET \
--url https://api-dev.narrative.io/datasets/{dataset_id}/stats-config \
--header 'Authorization: Bearer <token>'{
"value_histogram": {
"columns": [
"<string>"
]
},
"completeness": {
"columns": [
"<string>"
]
},
"approx_count_distinct": {
"columns": [
"<string>"
]
},
"count_distinct": {
"columns": [
"<string>"
]
},
"observed_types_histogram": {
"columns": [
"<string>"
]
},
"mean": {
"columns": [
"<string>"
]
},
"deviation": {
"columns": [
"<string>"
]
},
"version": 123,
"disabled": true
}Put new version of configuration.
curl --request GET \
--url https://api-dev.narrative.io/datasets/{dataset_id}/stats-config \
--header 'Authorization: Bearer <token>'{
"value_histogram": {
"columns": [
"<string>"
]
},
"completeness": {
"columns": [
"<string>"
]
},
"approx_count_distinct": {
"columns": [
"<string>"
]
},
"count_distinct": {
"columns": [
"<string>"
]
},
"observed_types_histogram": {
"columns": [
"<string>"
]
},
"mean": {
"columns": [
"<string>"
]
},
"deviation": {
"columns": [
"<string>"
]
},
"version": 123,
"disabled": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for a dataset.
Ok
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes