
DeleteTable
CertifiedDelete a Google Cloud Bigtable table.
DeleteTable
Certified
Delete a Google Cloud Bigtable table.
yaml
type: io.kestra.plugin.gcp.bigtable.DeleteTableExamples
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
instanceId *Requiredstring
projectId *Requiredstring
tableId *Requiredstring
emulatorHost string
impersonatedServiceAccount string
scopes array
SubTypestring