
CreateTable
CertifiedCreate a Google Cloud Bigtable table.
CreateTable
Certified
Create a Google Cloud Bigtable table.
yaml
type: io.kestra.plugin.gcp.bigtable.CreateTableExamples
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
instanceId *Requiredstring
projectId *Requiredstring
tableId *Requiredstring
columnFamilies array
SubTypestring
emulatorHost string
impersonatedServiceAccount string
scopes array
SubTypestring