Ayush Shah 3840eb77c0
Refactoring Connectors - Metabase, MariaDB, Looker (#3977)
* Metabase Fix

* Looker, Metabase and Mariadb

* modified metabase
2022-04-09 16:56:12 +05:30

26 lines
562 B
JSON

{
"source": {
"type": "mariadb",
"serviceName": "local_mariadb",
"serviceConnection": {
"config": {
"type": "MariaDB",
"username": "openmetadata_user",
"password": "openmetadata_password",
"hostPort": "localhost:3306"
}
},
"sourceConfig": {"config": {"enableDataProfiler": false}}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}