3.2 KiB

Database Service

This schema defines Database Service entity, such as MySQL, BigQuery, Redshift, Postgres or Snowflake. Alternative terms such as Database Cluster, Database Server instance are also used.

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

Type: object

Properties

Definitions

databaseServiceType

  • Type of database service such as MySQL, BigQuery, Snowflake, Redshift, Postgres...
  • Type: string
  • The value is restricted to the following:
    1. "BigQuery"
    2. "MySQL"
    3. "Redshift"
    4. "Snowflake"
    5. "Postgres"
    6. "MSSQL"
    7. "Hive"

Generated with json-schema-md-doc Mon Aug 09 2021 18:41:36 GMT-0700 (Pacific Daylight Time)