Get started with SQLLineage
masterSQLLineage is a tool used to analyze SQL commands to identify their source and target tables. It leverages sqlfluff and sqlparse for parsing, and networkx for graph-based lineage storage.
To get started, you can:
- Use the CLI: Install the package and use the built-in command-line tool for quick analysis.
- Use the Python API: Integrate SQLLineage directly into your Python scripts for programmatic lineage analysis.
- Advanced Usage: Perform lineage analysis on multi-statement SQL or visualize the resulting lineage graphs.