2021-08-11 17:17:55 +00:00

1.9 KiB

Database

This schema defines the Database entity. A database also referred to as Database Catalog is a collection tables.

$id: https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json

Type: object

Properties

Types definitions in this schema

databaseName

  • Name that identifies the database.
  • Type: string
  • The value must match this pattern: ^[^.]*$
  • Length: between 1 and 64