mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
28 lines
457 B
JSON
28 lines
457 B
JSON
{
|
|
"source": {
|
|
"type": "sample-users",
|
|
"config": {
|
|
"no_of_users": 500
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest-users",
|
|
"config": {
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
},
|
|
"cron": {
|
|
"minute": "*/5",
|
|
"hour": null,
|
|
"day": null,
|
|
"month": null,
|
|
"day_of_week": null
|
|
}
|
|
}
|