BigTable
Connect & Ingest data from a BigTable instance
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
Here is an example 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.json
export BIGTABLE='{type: bigtable, project: my-google-project, instance: my-instance, key_file: /path/to/service.account.json}'
Last modified 5mo ago