A tool to parse and analyze the structure for Postgres sql queries.


Keywords
athena, bigquery, hiveql, metastore, presto, sqlparser, standardsql
License
MIT
Install
pip install sqlanalyzer==0.6.0

Documentation

This is a Python package that parses a given sql query, matches the column and tables within your given metastore, and analyzes the query to generate a list of referenced columns within the metastore.

Upload instructions

python3 setup.py sdist bdist_wheel twine upload dist/*