Synadia Connect
GCP BigTable
NAME | RUNTIME | TYPE | VERSION | STATUS |
---|---|---|---|---|
gcp_bigtable | wombat | sink | latest | preview |
Write data to a Google Cloud Bigtable table.
Configuration
name | type | optional | secret | description |
---|---|---|---|---|
project | string | no | no | The Google Cloud project to write to. |
instance | string | no | no | The BigTable Instance ID |
credentials_json | string | no | no | JSON credentials for authenticating with GCP. |
table | expression | no | no | The BigTable Table to insert rows into. |
key | expression | no | no | The key to use for the row. |
data | string | no | no | The data to insert into the row. |
max_in_flight | int | yes | no | The maximum number of messages to have in flight at any given time. The value defaults to 64 . |