LICENSE
README.md
pyproject.toml
src/aetherdialect/__init__.py
src/aetherdialect/_config.py
src/aetherdialect/_constants.py
src/aetherdialect/_contracts_base.py
src/aetherdialect/_contracts_core.py
src/aetherdialect/_contracts_schema.py
src/aetherdialect/_core_utils.py
src/aetherdialect/_dialect.py
src/aetherdialect/_dialect_postgres.py
src/aetherdialect/_dialect_sqlglot_engines.py
src/aetherdialect/_dialect_sqlglot_helper.py
src/aetherdialect/_expansion_ops.py
src/aetherdialect/_intent_expr.py
src/aetherdialect/_intent_process.py
src/aetherdialect/_intent_repair.py
src/aetherdialect/_intent_resolve.py
src/aetherdialect/_live_testing.py
src/aetherdialect/_llm_provider.py
src/aetherdialect/_main_execution.py
src/aetherdialect/_pipeline.py
src/aetherdialect/_qsim.py
src/aetherdialect/_qsim_ops.py
src/aetherdialect/_sandbox.py
src/aetherdialect/_schema_build.py
src/aetherdialect/_schema_catalog.py
src/aetherdialect/_schema_graph.py
src/aetherdialect/_schema_overrides.py
src/aetherdialect/_seed_warmup.py
src/aetherdialect/_sql_gen.py
src/aetherdialect/_sql_to_intent.py
src/aetherdialect/_sql_to_intent_sqlglot.py
src/aetherdialect/_templates.py
src/aetherdialect/_utils.py
src/aetherdialect/_validation_execute.py
src/aetherdialect/_validation_schema.py
src/aetherdialect/_validation_semantic.py
src/aetherdialect/aetherdialect.py
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/aetherdialect/sandbox/data.zip
tests/test_aetherdialect.py
tests/test_aetherspace.py
tests/test_artifact_lock.py
tests/test_bool_op_combinations.py
tests/test_config.py
tests/test_config_engine_parity.py
tests/test_contracts.py
tests/test_core_utils.py
tests/test_csv_engine.py
tests/test_cte_tables_and_dag.py
tests/test_databricks_profiling_gaps.py
tests/test_dialect.py
tests/test_dialect_conformance.py
tests/test_dialect_contract.py
tests/test_dialect_explain.py
tests/test_dialect_parity_completion.py
tests/test_doc_examples_smoke.py
tests/test_duckdb_memory.py
tests/test_engine_context.py
tests/test_execute_step.py
tests/test_execution_limits.py
tests/test_expansion_compat.py
tests/test_expansion_ops.py
tests/test_feedback_sql.py
tests/test_fk_inference_overlap.py
tests/test_intent_expr.py
tests/test_intent_process.py
tests/test_intent_repair.py
tests/test_intent_resolve.py
tests/test_literal_attribution.py
tests/test_live_testing.py
tests/test_llm_provider.py
tests/test_main_execution.py
tests/test_migration_diff_driven.py
tests/test_migration_fk_pk_reconcile.py
tests/test_no_plan_metacommentary.py
tests/test_normalize_docstrings.py
tests/test_owner_consumer_gate.py
tests/test_permission_denied_response.py
tests/test_permission_filtered_tier.py
tests/test_phase_c_repairs.py
tests/test_pipeline.py
tests/test_profiling_sample_consolidation.py
tests/test_profiling_sql_dialect_quoting.py
tests/test_programmatic_session_contract.py
tests/test_pruning_injection.py
tests/test_public_api_surface.py
tests/test_qsim.py
tests/test_qsim_advanced_skeletons.py
tests/test_qsim_ops.py
tests/test_query_log_sources.py
tests/test_rental_partition_metadata.py
tests/test_rental_shop_load.py
tests/test_rental_shop_semantics.py
tests/test_retryable.py
tests/test_reuse_saved_question.py
tests/test_sandbox_corpus_helpers.py
tests/test_sandbox_corpus_validate.py
tests/test_sandbox_offline.py
tests/test_sandbox_paraphrase_reuse.py
tests/test_sandbox_recording_isolation.py
tests/test_sandbox_recording_toml.py
tests/test_sandbox_recording_trace.py
tests/test_sandbox_scenarios.py
tests/test_sandbox_tail_capture.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_graph_id.py
tests/test_schema_inference_paths.py
tests/test_schema_payload_fields.py
tests/test_schema_profiling.py
tests/test_schema_scope_change.py
tests/test_scripts_cli.py
tests/test_seed_warmup.py
tests/test_sql_file_parse_per_engine.py
tests/test_sql_gen.py
tests/test_sql_history_warmup_entrypoints.py
tests/test_sql_to_intent.py
tests/test_sql_to_intent_import_dag.py
tests/test_sql_to_intent_pglast.py
tests/test_sql_to_intent_reformulation.py
tests/test_sql_to_intent_sqlglot.py
tests/test_sqlite_memory.py
tests/test_static_hygiene.py
tests/test_step26_checklist.py
tests/test_substitute_params_empty.py
tests/test_templates.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
tests/test_views_reflection.py
tests/test_zero_row_filter_remediation.py