mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-01 01:46:57 +00:00
21 lines
469 B
YAML
21 lines
469 B
YAML
source:
|
|
type: singlestore
|
|
serviceName: local_singlestore
|
|
serviceConnection:
|
|
config:
|
|
type: SingleStore
|
|
username: openmetadata_user
|
|
password: openmetadata_password
|
|
hostPort: localhost:3306
|
|
database: custom_database_name
|
|
sourceConfig:
|
|
config:
|
|
enableDataProfiler: false
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|