Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T07:21:33.000Z (over 4 years ago)
- Last Synced: 2024-10-30T08:37:11.996Z (3 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
![CircleCI](https://circleci.com/gh/yu-iskw/bigquery-lineage.svg?style=svg&circle-token=f652ef2c59e8b69a71aa478a524bdc0e813d34e1)## 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
```