blob: c2a086225a55aa342faab396795aabf398f54e75 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.googlebigquerysink.CamelGooglebigquerysinkSinkConnector",
"artifactId": "camel-google-bigquery-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-google-bigquery-sink-sink",
"type": "sink",
"version": "3.19.0-SNAPSHOT",
"description": "Send data to a Google Big Query table.\n\nThe data must be JSON format to represent an object or an array of objects."
},
"properties": {
"camel.kamelet.google-bigquery-sink.projectId": {
"name": "camel.kamelet.google-bigquery-sink.projectId",
"description": "The Google Cloud Project ID.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-bigquery-sink.dataset": {
"name": "camel.kamelet.google-bigquery-sink.dataset",
"description": "The Big Query Dataset ID.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-bigquery-sink.table": {
"name": "camel.kamelet.google-bigquery-sink.table",
"description": "The Big Query Table ID.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-bigquery-sink.credentialsFileLocation": {
"name": "camel.kamelet.google-bigquery-sink.credentialsFileLocation",
"description": "The credential for accessing Google Cloud Platform API services. This value must be a path to a service account key file.",
"priority": "HIGH",
"required": "true"
}
}
}