mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 20:19:31 +00:00
21 lines
472 B
YAML
21 lines
472 B
YAML
source:
|
|
type: singlestore
|
|
serviceName: local_singlestore
|
|
serviceConnection:
|
|
config:
|
|
type: SingleStore
|
|
username: openmetadata_user
|
|
password: openmetadata_password
|
|
hostPort: localhost:3306
|
|
databaseSchema: custom_database_name
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|