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

36 lines
665 B
JSON

{
"source": {
"type": "sample-tables",
"config": {
"database": "warehouse",
"service_name": "gcp_bigquery",
"service_type": "BigQuery",
"sample_schema_folder": "./examples/shopify_schemas/"
}
},
"processor": {
"type": "pii-tags",
"config": {
}
},
"sink": {
"type": "metadata-rest-tables",
"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
}
}