PutBigQuery 2.0.0

Bundle
org.apache.nifi | nifi-gcp-nar
Description
Writes the contents of a FlowFile to a Google BigQuery table. The processor is record based so the schema that is used is driven by the RecordReader. Attributes that are not matched to the target schema are skipped. Exactly once delivery semantics are achieved via stream offsets.
Tags
bigquery, bq, google, google cloud
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure FlowFiles are routed to this relationship if the Google BigQuery operation fails.
success FlowFiles are routed to this relationship after a successful Google BigQuery operation.
Writes Attributes
Name Description
bq.records.count Number of records successfully inserted