mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
* Fix #1161: Add Atlas Connector * Atlast Decimal type handled * Atlas col_data_type handled * Atlas columns exception handling implemented * atlas-services-added-into-single-file * import-updated * authentication-fix * atlas-connector-services-added * code-smell-removed * code-smell-removed * code-smell-removed * file-exist-check-added * updated-mapping-json-logic * pr-comment-changes-completed * atlas-linegae-added * atlas-linegae-added * pr-changes-done * code-formatted * bug-resolved * topic-bug-resolved Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io> Co-authored-by: Ayush Shah <ayush@getcollate.io>
26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"source": {
|
|
"type": "atlas",
|
|
"config": {
|
|
"service_name": "local_atlas",
|
|
"atlas_host": "http://192.168.1.8:21000",
|
|
"user_name": "admin",
|
|
"password": "admin",
|
|
"service_type": "Hive",
|
|
"host_port": "localhost:10000",
|
|
"entity_types":"examples/workflows/atlas_mapping.json"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|