mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 16:39:04 +00:00
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"source": {
|
|
"type": "salesforce",
|
|
"config": {
|
|
"username": "username",
|
|
"password": "password",
|
|
"security_token": "secuirty_token",
|
|
"service_name": "local_salesforce",
|
|
"scheme": "salesforce",
|
|
"sobject_name": "Salesforce Object Name"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|