LICENSE
README.md
pyproject.toml
src/aetherdialect.egg-info/PKG-INFO
src/aetherdialect.egg-info/SOURCES.txt
src/aetherdialect.egg-info/dependency_links.txt
src/aetherdialect.egg-info/requires.txt
src/aetherdialect.egg-info/top_level.txt
src/text2sql/__init__.py
src/text2sql/_config.py
src/text2sql/_contracts_base.py
src/text2sql/_contracts_core.py
src/text2sql/_core_utils.py
src/text2sql/_dialect.py
src/text2sql/_expansion_ops.py
src/text2sql/_intent_expr.py
src/text2sql/_intent_process.py
src/text2sql/_intent_repair.py
src/text2sql/_intent_resolve.py
src/text2sql/_live_testing.py
src/text2sql/_main_execution.py
src/text2sql/_pipeline.py
src/text2sql/_qsim.py
src/text2sql/_qsim_ops.py
src/text2sql/_schema.py
src/text2sql/_schema_profiling.py
src/text2sql/_seed_warmup.py
src/text2sql/_sql_gen.py
src/text2sql/_templates.py
src/text2sql/_utils.py
src/text2sql/_validation_agg.py
src/text2sql/_validation_execute.py
src/text2sql/_validation_schema.py
src/text2sql/_validation_semantic.py
src/text2sql/text2sql.py
tests/test_artifact_lock.py
tests/test_bool_op_combinations.py
tests/test_config.py
tests/test_contracts.py
tests/test_core_utils.py
tests/test_dialect.py
tests/test_expansion_ops.py
tests/test_intent_expr.py
tests/test_intent_process.py
tests/test_intent_repair.py
tests/test_intent_resolve.py
tests/test_live_testing.py
tests/test_main_execution.py
tests/test_migration_diff_driven.py
tests/test_notebook_export_signature.py
tests/test_phase_c_repairs.py
tests/test_pipeline.py
tests/test_qsim.py
tests/test_qsim_ops.py
tests/test_schema.py
tests/test_schema_cache_probe.py
tests/test_schema_diff_apply.py
tests/test_schema_diff_renames.py
tests/test_schema_inference_paths.py
tests/test_schema_profiling.py
tests/test_schema_scope_change.py
tests/test_seed_warmup.py
tests/test_sql_gen.py
tests/test_templates.py
tests/test_text2sql.py
tests/test_utils.py
tests/test_validation_agg.py
tests/test_validation_execute.py
tests/test_validation_schema.py
tests/test_validation_semantic.py