DeleteTable

DeleteTable

Certified

Delete a Google Cloud Bigtable table.

yaml
type: io.kestra.plugin.gcp.bigtable.DeleteTable
yaml
id: bigtable_delete_table
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.gcp.bigtable.DeleteTable
    projectId: "{{ secret('GCP_PROJECT_ID') }}"
    instanceId: my-instance
    tableId: sensor-readings
Properties
SubTypestring