mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-10 01:30:58 +00:00
8 lines
240 B
Python
8 lines
240 B
Python
from common import run
|
|
|
|
# See https://github.com/mxmzdlv/pybigquery/ for more details
|
|
URL = '' # e.g. bigquery://project_id
|
|
OPTIONS = {} # e.g. {"credentials_path": "/path/to/keyfile.json"}
|
|
PLATFORM = 'bigquery'
|
|
|
|
run(URL, OPTIONS, PLATFORM) |