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

31 lines
615 B
JSON

{
"source": {
"type": "looker",
"serviceName": "local_looker",
"serviceConnection": {
"config": {
"type": "Looker",
"username": "username",
"password": "password",
"hostPort": "hostPort",
"env": "env"
}
},
"sourceConfig": {
"config": {
"dashboardFilterPattern": {},
"chartFilterPattern": {}
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}