mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 01:15:44 +00:00
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"tables": [
|
|
{
|
|
"name": "sales",
|
|
"description": "Sales data",
|
|
"tableType": "Regular",
|
|
"columns": [
|
|
{
|
|
"name": "SKU",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "Article SKU",
|
|
"ordinalPosition": 1
|
|
},
|
|
{
|
|
"name": "Quantity",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "Quantity of SKU",
|
|
"ordinalPosition": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |