README.md
pyproject.toml
scia/__init__.py
scia/cli/__init__.py
scia/cli/main.py
scia/config/__init__.py
scia/config/connection.py
scia/core/__init__.py
scia/core/analyze.py
scia/core/diff.py
scia/core/impact.py
scia/core/risk.py
scia/core/rules.py
scia/core/utils.py
scia/input/__init__.py
scia/input/resolver.py
scia/metadata/__init__.py
scia/metadata/snowflake.py
scia/models/__init__.py
scia/models/finding.py
scia/models/schema.py
scia/output/__init__.py
scia/output/json.py
scia/output/markdown.py
scia/sql/__init__.py
scia/sql/ddl_parser.py
scia/sql/heuristics.py
scia/sql/parser.py
scia/warehouse/__init__.py
scia/warehouse/base.py
scia/warehouse/databricks.py
scia/warehouse/postgres.py
scia/warehouse/redshift.py
scia/warehouse/snowflake.py
scia_core.egg-info/PKG-INFO
scia_core.egg-info/SOURCES.txt
scia_core.egg-info/dependency_links.txt
scia_core.egg-info/entry_points.txt
scia_core.egg-info/requires.txt
scia_core.egg-info/top_level.txt
tests/test_alter_parsing.py
tests/test_analyze.py
tests/test_cli_main.py
tests/test_coverage_gap.py
tests/test_ddl_parser.py
tests/test_diff.py
tests/test_input_resolver.py
tests/test_output.py
tests/test_risk.py
tests/test_rules.py
tests/test_snowflake_inspector.py
tests/test_sql_parser.py