parthp2107 f63da0f430
updating schema docs (#1640)
* updating schema docs

* added page links and references
2021-12-09 18:19:32 +05:30

2.6 KiB

Database Service

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

$id:https://open-metadata.org/schema/entity/services/databaseService.json

Type: object

This schema does not accept additional properties.

Properties

Type definitions in this schema

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"
    8. "Oracle"
    9. "Athena"
    10. "Presto"
    11. "Trino"
    12. "Vertica"
    13. "Glue"
    14. "MariaDB"
    15. "Druid"

This document was updated on: Thursday, December 9, 2021