All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.entity.services.connections.database.iceberg.icebergFileSystem.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/services/connections/database/iceberg/icebergFileSystem.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IcebergFileSystem",
  "description": "Iceberg File System configuration, based on where the Iceberg Warehouse is located.",
  "javaType": "org.openmetadata.schema.services.connections.database.iceberg.IcebergFileSystem",
  "type": "object",
  "properties": {
    "type": {
      "oneOf": [
        {
          "title": "Local",
          "description": "Local File System.",
          "type": "null"
        },
        {
          "title": "AWS",
          "$ref": "../../../../../security/credentials/awsCredentials.json"
        },
        {
          "title": "Azure",
          "$ref": "../../../../../security/credentials/azureCredentials.json"
        }
      ]
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy