Mayur Singal 76e36e812d
0.9 to 0.10 Metadata Migration Script (#4572)
0.9 to 0.10 Metadata Migration Script (#4572)
2022-05-10 09:33:27 +02:00

40 lines
896 B
JSON

{
"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,
"limitRecords": 10
}
},
"sourceConfig": {
"config": {
"enableDataProfiler": false
}
}
},
"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"
}
}
}