CreateTable

CreateTable

Certified

Create a Google Cloud Bigtable table.

yaml
type: io.kestra.plugin.gcp.bigtable.CreateTable
yaml
id: bigtable_create_table
namespace: company.team

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