BigTable
Connect & Ingest data from a BigTable instance
Setup
The following credentials keys are accepted:
instance(required) -> The BigTable instance idproject(required) -> The GCP project ID for the projectkey_file(required) -> The Service Account JSON
Using sling conns
sling connsHere are examples of setting a connection named BIGTABLE. We must provide the type=bigtable property:
$ 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
See here to learn more about the sling env.yaml file.
connections:
BIGTABLE:
type: bigtable
project: <project>
instance: <instance>
key_file: '<key_file>'If you are facing issues connecting, please reach out to us at [email protected], on discord or open a Github Issue here.
Last updated
Was this helpful?