Skip to content

Enum: SourceType

Type of data source within a lakehouse, particularly relevant for Dremio environments.

URI: ber_registry:SourceType

Permissible Values

Value Meaning Description
namespace None A namespace within a Spark-based lakehouse
object_storage None Object storage source (e
relational_database None Relational database source (PostgreSQL, MySQL)
document_database None Document database source (e
space None A Dremio space for organizing views and virtual datasets

Slots

Name Description
source_type Type of data source within the lakehouse (e

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/ber-data-registry

LinkML Source

name: SourceType
description: Type of data source within a lakehouse, particularly relevant for Dremio
  environments.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
permissible_values:
  namespace:
    text: namespace
    description: A namespace within a Spark-based lakehouse.
  object_storage:
    text: object_storage
    description: Object storage source (e.g. S3, MinIO).
  relational_database:
    text: relational_database
    description: Relational database source (PostgreSQL, MySQL).
  document_database:
    text: document_database
    description: Document database source (e.g. MongoDB).
  space:
    text: space
    description: A Dremio space for organizing views and virtual datasets.