# sql-metadata [![PyPI](https://img.shields.io/pypi/v/sql_metadata.svg)](https://pypi.python.org/pypi/sql_metadata) [![Tests](https://github.com/macbre/sql-metadata/actions/workflows/python-ci.yml/badge.svg)](https://github.com/macbre/sql-metadata/actions/workflows/python-ci.yml) ...
Install sqllineage via PyPI: $ pip install sqllineage Using sqllineage command to parse a quoted-query-string: $ sqllineage -e "insert into db1.table1 select * from db2.table2" Statements(#): 1 Source Tables: db2.table2 Target Tables: db1.table1 Or you can parse a SQL file with...
Install sqllineage via PyPI: $ pip install sqllineage Using sqllineage command to parse a quoted-query-string: $ sqllineage -e "insert into db1.table1 select * from db2.table2" Statements(#): 1 Source Tables: db2.table2 Target Tables: db1.table1 Or you can parse a SQL file with...
Install sqllineage via PyPI:$ pip install sqllineageUsing sqllineage command to parse a quoted-query-string:$ sqllineage -e "insert into db1.table1 select * from db2.table2" Statements(#): 1 Source Tables: db2.table2 Target Tables: db1.table1 Or you can parse a SQL file with -f ...