
DeleteRows
CertifiedDelete rows from a Google Cloud Bigtable table.
DeleteRows
Certified
Delete rows from a Google Cloud Bigtable table.
yaml
type: io.kestra.plugin.gcp.bigtable.DeleteRowsExamples
yaml
id: bigtable_delete_rows
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.gcp.bigtable.DeleteRows
projectId: "{{ secret('GCP_PROJECT_ID') }}"
instanceId: my-instance
tableId: events
rowKeys:
- row-001
- row-002
yaml
id: bigtable_delete_rows_prefix
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.gcp.bigtable.DeleteRows
projectId: "{{ secret('GCP_PROJECT_ID') }}"
instanceId: my-instance
tableId: events
rowKeyPrefix: "stale-device#"
Properties
instanceId *Requiredstring
projectId *Requiredstring
tableId *Requiredstring
emulatorHost string
impersonatedServiceAccount string
rowKeyEnd string
rowKeyPrefix string
rowKeyStart string
rowKeys array
SubTypestring
scopes array
SubTypestring