mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +00:00
19 lines
417 B
YAML
19 lines
417 B
YAML
source:
|
|
type: deltalake
|
|
serviceName: local_deltalake
|
|
serviceConnection:
|
|
config:
|
|
metastoreHostPort: localhost:9083
|
|
metastoreFilePath: <path_to_metastore>/metastore_db
|
|
appName: MyApp
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|