feat(api): Added "kind" to dataset/<pk> endpoint (#20113)

This commit is contained in:
Reese
2022-06-10 16:03:48 -04:00
committed by GitHub
parent 1918dc0455
commit 11b33de61b
3 changed files with 5 additions and 0 deletions

View File

@@ -4399,6 +4399,9 @@
"nullable": true,
"type": "boolean"
},
"kind": {
"readOnly": true
},
"main_dttm_col": {
"maxLength": 250,
"nullable": true,