2022-02-28 11:44:28 -08:00

25 lines
595 B
JSON

{
"source": {
"type": "sample-data",
"config": {
"sample_data_folder": "./examples/sample_data"
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "azure",
"client_id": "<client_id>",
"authority":"https://login.microsoftonline.com/<tenant_id>",
"secret_key":"<client_secret>",
"scopes": [
"<resource_uri>"
]
}
}
}