mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 03:59:45 +00:00
29 lines
699 B
YAML
29 lines
699 B
YAML
source:
|
|
type: migrate
|
|
serviceName: local_metadata
|
|
serviceConnection:
|
|
config:
|
|
type: OpenMetadata
|
|
hostPort: http://<hostport of 0.9.0 Openmetadata Server>:8585/api
|
|
authProvider: no-auth
|
|
includeTables: true
|
|
includeUsers: true
|
|
includeTopics: true
|
|
enableVersionValidation: false
|
|
limitRecords: 10
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseMetadata
|
|
stage:
|
|
type: migrate
|
|
config:
|
|
dirPath: <Directory Path to store data>
|
|
bulkSink:
|
|
type: migrate
|
|
config:
|
|
dirPath: <Directory Path to store data>
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://<hostport of 0.10.0 Openmetadata Server>/api
|
|
authProvider: no-auth
|