OpenMetadata/ingestion/pipelines/sample_usage.json
2021-08-14 00:09:51 +05:30

44 lines
829 B
JSON

{
"source": {
"type": "sample-usage",
"config": {
"database": "warehouse",
"service_name": "gcp_bigquery",
"service_type": "BigQuery",
"sample_schema_folder": "./examples/shopify_schemas/"
}
},
"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"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}