
ReadRows
CertifiedRead rows from a Google Cloud Bigtable table.
ReadRows
Certified
Read rows from a Google Cloud Bigtable table.
yaml
type: io.kestra.plugin.gcp.bigtable.ReadRowsExamples
yaml
id: bigtable_read_rows
namespace: company.team
tasks:
- id: read
type: io.kestra.plugin.gcp.bigtable.ReadRows
projectId: "{{ secret('GCP_PROJECT_ID') }}"
instanceId: my-instance
tableId: sensor-readings
rowKeyPrefix: "device-42#"
fetchType: STORE
yaml
id: bigtable_read_one_row
namespace: company.team
tasks:
- id: read
type: io.kestra.plugin.gcp.bigtable.ReadRows
projectId: "{{ secret('GCP_PROJECT_ID') }}"
instanceId: my-instance
tableId: sensor-readings
rowKeyStart: "device-42#001"
rowKeyEnd: "device-42#002"
fetchType: FETCH_ONE
Properties
instanceId *Requiredstring
projectId *Requiredstring
tableId *Requiredstring
columnFamily string
emulatorHost string
fetchType string
Default
STOREPossible Values
STOREFETCHFETCH_ONENONEimpersonatedServiceAccount string
limit integerstring
rowKeyEnd string
rowKeyPrefix string
rowKeyStart string
scopes array
SubTypestring
serviceAccount string
Outputs
row object
rowCount integer
rows array
SubTypeobject
uri string
Format
uri