mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 07:58:31 +00:00
* salesforce-connector-fixed * salesforce-connection-updated * ran-make-core_bump_version_dev * code-formatted * removed-get_connection_url * code-formatted * code-formatted * code-formatted
31 lines
650 B
JSON
31 lines
650 B
JSON
{
|
|
"source": {
|
|
"type": "salesforce",
|
|
"serviceName": "local_salesforce",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Salesforce",
|
|
"username": "username",
|
|
"password": "password",
|
|
"securityToken": "securityToken",
|
|
"scheme": "salesforce",
|
|
"sobjectName": "sobjectName"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"enableDataProfiler": false
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |