mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
25 lines
595 B
JSON
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>"
|
|
]
|
|
}
|
|
}
|
|
} |