mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
585 B
585 B
| description |
|---|
| This guide will help install BigQuery connector and run manually |
BigQuery
BigQuery
{% hint style="info" %} Prerequisites
OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
-
Python 3.7 or above
-
Create and activate python env
python3 -m venv env source env/bin/activate
{% endhint %}
Install
export GOOGLE_APPLICATION_CREDENTIALS="$PWD/pipelines/creds/bigquery-cred.json"
pip install '.[bigquery]'
Run Manually
metadata ingest -c ./pipelines/bigquery.json