mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
3.2 KiB
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.
Type: object
Properties
- id
required
- Unique identifier of this database service instance.
- $ref: ../../type/basic.json#/definitions/uuid
- name
required
- Name that identifies this database service.
- Type:
string
- Length: between 1 and 64
- serviceType
required
- Type of database service such as MySQL, BigQuery, Snowflake, Redshift, Postgres...
- $ref: #/definitions/databaseServiceType
- description
- Description of database service instance.
- Type:
string
- href
required
- Link to the resource corresponding to this database service.
- $ref: ../../type/basic.json#/definitions/href
- jdbc
required
- JDBC connection information
- $ref: ../../type/jdbcConnection.json#/definitions/jdbcInfo
- ingestionSchedule
- Schedule for running metadata ingestion jobs.
- $ref: ../../type/schedule.json
Definitions
databaseServiceType
- Type of database service such as MySQL, BigQuery, Snowflake, Redshift, Postgres...
- Type:
string
- The value is restricted to the following:
- "BigQuery"
- "MySQL"
- "Redshift"
- "Snowflake"
- "Postgres"
- "MSSQL"
- "Hive"
Generated with json-schema-md-doc Mon Aug 09 2021 18:41:36 GMT-0700 (Pacific Daylight Time)