BigTable
Connect & Ingest data from a BigTable instance
Setup
Using sling conns
sling conns$ sling conns set BIGTABLE type=bigtable instance=<instance> project=<project> gc_key_file=/path/to/service.account.jsonEnvironment Variable
export BIGTABLE='{type: bigtable, project: my-google-project, instance: my-instance, key_file: /path/to/service.account.json}'Sling Env File YAML
connections:
BIGTABLE:
type: bigtable
project: <project>
instance: <instance>
key_file: '<key_file>'Last updated
Was this helpful?