
Google Cloud DeleteTable
CertifiedDelete a Google Cloud Bigtable table
Google Cloud DeleteTable
Delete a Google Cloud Bigtable table
Permanently deletes a table and all of its data. This action cannot be undone.
type: io.kestra.plugin.gcp.bigtable.DeleteTableExamples
Delete a Bigtable table
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
The Bigtable instance ID
An instance is a container for your tables within a given GCP project.
projectId *Requiredstring
The GCP project ID
tableId *Requiredstring
The Bigtable table ID to delete
emulatorHost string
Bigtable emulator host (host: port), for local testing only
When set, the task connects to a local Bigtable emulator instead of the real Bigtable service, using plaintext transport and no credentials. Not intended for production use.
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
scopes array
The GCP scopes to be used
serviceAccount string
The GCP service account
Outputs
tableId string
The deleted table ID