https://github.com/yu-iskw/bigquery-lineage
Visualize BigQuery data lineage graph
https://github.com/yu-iskw/bigquery-lineage
bigquery data-governance data-management visualization
Last synced: about 1 month ago
JSON representation
Visualize BigQuery data lineage graph
- Host: GitHub
- URL: https://github.com/yu-iskw/bigquery-lineage
- Owner: yu-iskw
- Created: 2020-09-14T23:51:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T07:21:33.000Z (over 5 years ago)
- Last Synced: 2025-04-04T17:49:46.832Z (about 1 year ago)
- Topics: bigquery, data-governance, data-management, visualization
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bigquery-linaege

## Install the module
```bash
$ pip install -e .
```
## How to use
`bql --help` enables us to show the help message.
```bash
# Collect data
bql data bigquery --output data --config ./bql-config.yml
# Build a graph
bql graph pydot --data_dir ./data --fmt pdf --output graph.pdf --config ./bql-config.yml
```