mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 22:18:23 +00:00
(cherry picked from commit e32ad88c813c0077c26f90ca24b34ebc0f62f9f2)
This commit is contained in:
parent
d387bf263b
commit
9a63d776b5
@ -31,6 +31,12 @@
|
||||
},
|
||||
"default": null
|
||||
},
|
||||
"depth":{
|
||||
"title": "Depth",
|
||||
"description": "Depth of the data path in the container",
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
},
|
||||
"separator": {
|
||||
"title": "Separator",
|
||||
"description": "For delimited files such as CSV, what is the separator being used?",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2024 Collate.
|
||||
* Copyright 2025 Collate.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -10,9 +10,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
/**
|
||||
* Definition of the properties contained by an object store container template config file
|
||||
*/
|
||||
export interface ContainerMetadataConfig {
|
||||
@ -31,6 +29,10 @@ export interface MetadataEntry {
|
||||
* The path where the data resides in the container, excluding the bucket name
|
||||
*/
|
||||
dataPath: string;
|
||||
/**
|
||||
* Depth of the data path in the container
|
||||
*/
|
||||
depth?: number;
|
||||
/**
|
||||
* Flag indicating whether the container's data is partitioned
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user