Ayush Shah 72e4b8831f
Removing Cron from all configs (#773)
* Removing Cron from all configs

* Removing Cron from Documentation
2021-10-14 15:21:47 -07:00

24 lines
456 B
JSON

{
"source": {
"type": "looker",
"config": {
"username": "username",
"password": "password",
"url": "http://localhost",
"service_name": "looker",
"service_type": "Looker",
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
}
}