Pere Miquel Brull 5700f6d68e
Fix #4768 - Add Location path (#4770)
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-05-07 21:10:13 -07:00

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"
}
]
}