Google Cloud DeleteTable

Google Cloud DeleteTable

Certified

Delete a Google Cloud Bigtable table

Permanently deletes a table and all of its data. This action cannot be undone.

yaml
type: io.kestra.plugin.gcp.bigtable.DeleteTable

Delete a Bigtable table

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

The Bigtable instance ID

An instance is a container for your tables within a given GCP project.

The GCP project ID

The Bigtable table ID to delete

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.

The GCP service account to impersonate

Reference (ref) of the pluginDefaults to apply to this task.

SubTypestring

The GCP scopes to be used

The GCP service account

The deleted table ID