Database Service
This schema defines the Database Service
is a service such as MySQL, BigQuery, Redshift, Postgres, or Snowflake. Alternative terms such as Database Cluster, Database Server instance are also used for database service.
Properties
id
: Unique identifier of this database service instance. Refer to ../../type/basic.json#/definitions/uuid.name
: Name that identifies this database service. Refer to ../../type/basic.json#/definitions/entityName.fullyQualifiedName
: FullyQualifiedName same asname
. Refer to ../../type/basic.json#/definitions/fullyQualifiedEntityName.displayName
(string): Display Name that identifies this database service.serviceType
: Type of database service such as MySQL, BigQuery, Snowflake, Redshift, Postgres... Refer to #/definitions/databaseServiceType.description
: Description of a database service instance. Refer to ../../type/basic.json#/definitions/markdown.connection
: Refer to #/definitions/databaseConnection.pipelines
: References to pipelines deployed for this database service to extract metadata, usage, lineage etc.. Refer to ../../type/entityReferenceList.json.testConnectionResult
: Last test connection results for this service. Refer to connections/testConnectionResult.json.tags
(array): Tags for this Database Service. Default:[]
.- Items: Refer to ../../type/tagLabel.json.
version
: Metadata version of the entity. Refer to ../../type/entityHistory.json#/definitions/entityVersion.updatedAt
: Last update time corresponding to the new version of the entity in Unix epoch time milliseconds. Refer to ../../type/basic.json#/definitions/timestamp.updatedBy
(string): User who made the update.owners
: Owners of this database service. Refer to ../../type/entityReferenceList.json.href
: Link to the resource corresponding to this database service. Refer to ../../type/basic.json#/definitions/href.changeDescription
: Change that lead to this version of the entity. Refer to ../../type/entityHistory.json#/definitions/changeDescription.deleted
(boolean): Whentrue
indicates the entity has been soft deleted. Default:false
.dataProducts
: List of data products this entity is part of. Refer to ../../type/entityReferenceList.json.domain
: Domain the Database service belongs to. Refer to ../../type/entityReference.json.
Definitions
databaseServiceType
(string): Type of database service such as MySQL, BigQuery, Snowflake, Redshift, Postgres... Must be one of:["BigQuery", "BigTable", "Mysql", "Redshift", "Snowflake", "Postgres", "Mssql", "Oracle", "Athena", "Hive", "Impala", "Presto", "Trino", "Vertica", "Glue", "MariaDB", "Druid", "Db2", "Clickhouse", "Databricks", "AzureSQL", "DynamoDB", "SingleStore", "SQLite", "DeltaLake", "Salesforce", "PinotDB", "Datalake", "DomoDatabase", "QueryLog", "CustomDatabase", "Dbt", "SapHana", "MongoDB", "Cassandra", "Couchbase", "Greenplum", "Doris", "UnityCatalog", "SAS", "Iceberg", "Teradata", "SapErp", "Synapse", "Exasol", "Cockroach"]
.databaseConnection
(object): Database Connection. Cannot contain additional properties.config
- One of
- : Refer to ./connections/database/bigQueryConnection.json.
- : Refer to ./connections/database/bigTableConnection.json.
- : Refer to ./connections/database/athenaConnection.json.
- : Refer to ./connections/database/azureSQLConnection.json.
- : Refer to ./connections/database/clickhouseConnection.json.
- : Refer to ./connections/database/databricksConnection.json.
- : Refer to ./connections/database/db2Connection.json.
- : Refer to ./connections/database/deltaLakeConnection.json.
- : Refer to ./connections/database/druidConnection.json.
- : Refer to ./connections/database/dynamoDBConnection.json.
- : Refer to ./connections/database/glueConnection.json.
- : Refer to ./connections/database/hiveConnection.json.
- : Refer to ./connections/database/impalaConnection.json.
- : Refer to ./connections/database/mariaDBConnection.json.
- : Refer to ./connections/database/mssqlConnection.json.
- : Refer to ./connections/database/mysqlConnection.json.
- : Refer to ./connections/database/sqliteConnection.json.
- : Refer to ./connections/database/oracleConnection.json.
- : Refer to ./connections/database/postgresConnection.json.
- : Refer to ./connections/database/prestoConnection.json.
- : Refer to ./connections/database/redshiftConnection.json.
- : Refer to ./connections/database/salesforceConnection.json.
- : Refer to ./connections/database/singleStoreConnection.json.
- : Refer to ./connections/database/snowflakeConnection.json.
- : Refer to ./connections/database/trinoConnection.json.
- : Refer to ./connections/database/verticaConnection.json.
- : Refer to ./connections/database/pinotDBConnection.json.
- : Refer to ./connections/database/datalakeConnection.json.
- : Refer to ./connections/database/domoDatabaseConnection.json.
- : Refer to ./connections/database/customDatabaseConnection.json.
- : Refer to ./connections/database/sapHanaConnection.json.
- : Refer to ./connections/database/mongoDBConnection.json.
- : Refer to ./connections/database/cassandraConnection.json.
- : Refer to ./connections/database/couchbaseConnection.json.
- : Refer to ./connections/database/greenplumConnection.json.
- : Refer to ./connections/database/dorisConnection.json.
- : Refer to ./connections/database/unityCatalogConnection.json.
- : Refer to ./connections/database/sasConnection.json.
- : Refer to ./connections/database/icebergConnection.json.
- : Refer to ./connections/database/teradataConnection.json.
- : Refer to ./connections/database/sapErpConnection.json.
- : Refer to ./connections/database/synapseConnection.json.
- : Refer to ./connections/database/exasolConnection.json.
- : Refer to ./connections/database/cockroachConnection.json.
- One of
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.