parthp2107 13be70e416
updated documentation (#508)
* updated documentation

* addressing pyline findings

* addressing pyline findings

* doc update

Co-authored-by: parthp2107 <parth@getcollate.io>
2021-09-18 20:13:31 -07:00

1.8 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

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. "Vertica"

This document was updated on: Thursday, September 16, 2021