OpenMetadata/ingestion/pipelines/sample_usage.json
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

36 lines
672 B
JSON

{
"source": {
"type": "sample-usage",
"config": {
"database": "warehouse",
"service_name": "gcp_bigquery",
"sample_data_folder": "./examples/sample_data"
}
},
"processor": {
"type": "query-parser",
"config": {
"filter": ""
}
},
"stage": {
"type": "table-usage",
"config": {
"filename": "/tmp/sample_usage"
}
},
"bulk_sink": {
"type": "metadata-usage",
"config": {
"filename": "/tmp/sample_usage"
}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
}
}