OpenMetadata/ingestion/pipelines/sample_data.json
Mayur Singal 7292695bd3
Sample Data Fix (#3888)
* Sample Data Fix
2022-04-06 18:26:54 +05:30

23 lines
403 B
JSON

{
"source": {
"type": "sample-data",
"serviceName": "bigquery_gcp",
"serviceConnection": {
"config": {
"type": "BigQuery"
}
},
"sourceConfig": {}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}