package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

bigtable

Usage

source:
  name: bigtable
  config:
    project_id: google-project-id
    service_account_base64: _________BASE64_ENCODED_SERVICE_ACCOUNT_________________

Inputs

KeyValueExampleDescriptionrequired
project_idstringmy-projectBigTable Project IDtrue
service_account_base64stringBASE64_ENCODED_SERVICE_ACCOUNTService Account in base64 encoded string.optional

Notes

You will have to set the env var GOOGLE_APPLICATION_CREDENTIALS with value as path of the service account json file. if service_account_base64 is not specified.

Outputs

FieldSample Value
resource.urnproject_id.instance_name.table_name
resource.nametable_name
resource.servicebigtable
attributes.fieldsFields

Fields

FieldSample Value
column_family[{\"Name\":\"ts\",\"GCPolicy\":\"(age() \\u003e 90d)\"}]

Contributing

Refer to the contribution guidelines for information on contributing to this module.