main-concepts

No menu items for this category
OpenMetadata Documentation

StorageContainerConfig

Definition of the properties contained by an object store container template config file

  • entries (array): List of metadata entries for the bucket containing information about where data resides and its structure. Default: None.
    • Items: Refer to #/definitions/metadataEntry.
  • metadataEntry (object): Config properties for a container found in a user-supplied metadata config.
    • dataPath (string): The path where the data resides in the container, excluding the bucket name.
    • structureFormat (string): What's the schema format for the container, eg. avro, parquet, csv. Default: None.
    • unstructuredFormats (array): What the unstructured formats you want to ingest, eg. png, pdf, jpg. Default: None.
      • Items (string)
    • depth (integer): Depth of the data path in the container. Default: 0.
    • separator (string): For delimited files such as CSV, what is the separator being used? Default: None.
    • isPartitioned (boolean): Flag indicating whether the container's data is partitioned. Default: False.
    • partitionColumns (array): What are the partition columns in case the container's data is partitioned. Default: None.
      • Items: Refer to ../../entity/data/table.json#/definitions/column.

Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.