mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 09:25:40 +00:00
26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"source": {
|
|
"type": "db2",
|
|
"config": {
|
|
"username": "db2inst1",
|
|
"password": "password",
|
|
"database": "metadata",
|
|
"service_name": "local_db2",
|
|
"table_filter_pattern": {
|
|
"excludes": []
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|
|
|