DeleteRows

DeleteRows

Certified

Delete rows from a Google Cloud Bigtable table.

yaml
type: io.kestra.plugin.gcp.bigtable.DeleteRows
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
SubTypestring
SubTypestring