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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T07:21:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T03:14:48.867Z (5 months ago)
- Topics: bigquery, data-governance, data-management, visualization
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- 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
```