mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
25 lines
545 B
JSON
25 lines
545 B
JSON
{
|
|
"locations": [
|
|
{
|
|
"name": "bucket_a",
|
|
"path": "s3://bucket-a",
|
|
"displayName": "Bucket A",
|
|
"description": "Bucket A",
|
|
"locationType": "Bucket"
|
|
},
|
|
{
|
|
"name": "bucket_b",
|
|
"path": "s3://bucket-b",
|
|
"displayName": "Bucket B",
|
|
"description": "Bucket B",
|
|
"locationType": "Bucket"
|
|
},
|
|
{
|
|
"name": "hive_dwh",
|
|
"path": "s3://bucket-a/user/hive/dwh",
|
|
"displayName": "Hive DWH",
|
|
"description": "Bucket A prefix",
|
|
"locationType": "Prefix"
|
|
}
|
|
]
|
|
} |