OpenMetadata/ingestion/pipelines/sample_users.json
2021-08-01 14:27:44 -07:00

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
}
}