Can we specify the data type for a field when we create a physical dataset using V3 catalog API?
Response contains fields and each field has VARCHAR type.
I added the below key and value in create catalog payload but didn’t work.
“fields”: [
{
“name”: “total exports”,
“type”: {
“name”: “FLOAT”
}
},
{
“name”: “beef”,
“type”: {
“name”: “FLOAT”
}
}]