Skip to content

Connecting Big Query via MindsDB cloud #3469

Discussion options

You must be logged in to vote

Hi @saldanhad for MindsDB cloud you will need to upload the file on a filestorage service as s3 and reference the url to it as:

CREATE DATABASE bigquery_datasource
WITH ENGINE='bigquery',
PARAMETERS={
  "project_id": "badger-345908",
  "service_account_keys": {
    "url": "http://s3-us-east-1.amazonaws.com/bucket/"
  }
};

This is not the most secure way but we will add the auth option for the files soon.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@saldanhad
Comment options

Answer selected by saldanhad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants