Pere Miquel Brull 8e9d0a73f6
Fix #3573 - Sample Data refactor & ORM converter improvements (#5265)
Fix #3573 - Sample Data refactor & ORM converter improvements (#5265)
2022-06-08 16:10:40 +02:00

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