mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 05:26:19 +00:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"entries":[
|
|
{
|
|
"dataPath": "transactions",
|
|
"structureFormat": "csv",
|
|
"isPartitioned": false
|
|
},
|
|
{
|
|
"dataPath": "solved.png"
|
|
},
|
|
{
|
|
"dataPath": "docs_images",
|
|
"unstructuredFormats": ["png", "webp"]
|
|
},
|
|
{
|
|
"dataPath": "transactions_separator",
|
|
"structureFormat": "csv",
|
|
"isPartitioned": false,
|
|
"separator": ";"
|
|
},
|
|
{
|
|
"dataPath": "cities",
|
|
"structureFormat": "parquet",
|
|
"isPartitioned": true
|
|
},
|
|
{
|
|
"dataPath": "cities_multiple",
|
|
"structureFormat": "parquet",
|
|
"isPartitioned": true,
|
|
"partitionColumns": [
|
|
{
|
|
"name": "Year",
|
|
"dataType": "DATE",
|
|
"dataTypeDisplay": "date (year)"
|
|
},
|
|
{
|
|
"name": "State",
|
|
"dataType": "STRING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"dataPath": "cities_multiple_simple",
|
|
"structureFormat": "parquet",
|
|
"isPartitioned": true,
|
|
"partitionColumns": [
|
|
{
|
|
"name": "State",
|
|
"dataType": "STRING"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
|