CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/api.md
docs/architecture.md
docs/changelog.md
docs/cli.md
docs/conf.py
docs/contributing.md
docs/conversion_rules.md
docs/examples.md
docs/index.md
docs/installation.md
docs/limitations.md
docs/quickstart.md
docs/requirements.txt
docs/notebooks/01_in_memory_and_file_conversion.ipynb
docs/notebooks/02_directory_options_and_dependencies.ipynb
docs/notebooks/03_reports_benchmark_and_review_gates.ipynb
examples/01_convert_string.py
examples/02_convert_file.py
examples/03_convert_directory.py
examples/04_custom_options.py
examples/05_programmatic_report.py
examples/06_benchmark.py
examples/README.md
examples/_notebook_benchmark_helper.py
examples/notebooks/01_in_memory_and_file_conversion.ipynb
examples/notebooks/02_directory_options_and_dependencies.ipynb
examples/notebooks/03_reports_benchmark_and_review_gates.ipynb
examples/sql/maintenance/backfill_script.sql
examples/sql/maintenance/cleanup.sql
examples/sql/maintenance/dedupe_merge.sql
examples/sql/marts/customer_orders.sql
examples/sql/marts/order_facts.sql
examples/sql/sources/raw_events.sql
examples/sql/staging/stg_customers.sql
examples/sql/staging/stg_orders.sql
src/sql2sqlx/__init__.py
src/sql2sqlx/__main__.py
src/sql2sqlx/cli.py
src/sql2sqlx/converter.py
src/sql2sqlx/emitter.py
src/sql2sqlx/errors.py
src/sql2sqlx/keywords.py
src/sql2sqlx/lexer.py
src/sql2sqlx/model.py
src/sql2sqlx/parser.py
src/sql2sqlx/py.typed
src/sql2sqlx/refs.py
src/sql2sqlx/splitter.py
src/sql2sqlx/version.py
src/sql2sqlx.egg-info/PKG-INFO
src/sql2sqlx.egg-info/SOURCES.txt
src/sql2sqlx.egg-info/dependency_links.txt
src/sql2sqlx.egg-info/entry_points.txt
src/sql2sqlx.egg-info/requires.txt
src/sql2sqlx.egg-info/top_level.txt
tests/test_correctness_regressions.py
tests/test_end_to_end.py
tests/test_lexer_splitter.py
tests/test_parser_refs.py
tests/fixtures/dataform_compile/01_source.sql
tests/fixtures/dataform_compile/02_insert.sql
tests/fixtures/dataform_compile/03_merge.sql
tests/fixtures/dataform_compile/04_transaction.sql
tests/fixtures/dataform_compile/05_procedure.sql
tests/fixtures/dataform_compile/06_cycle_a.sql
tests/fixtures/dataform_compile/07_cycle_b.sql
tests/fixtures/dataform_compile/08_plain_create.sql
tests/fixtures/dataform_compile/09_guarded_view.sql
tests/fixtures/dataform_compile/10_cross_project_dependency.sql
tests/fixtures/dataform_compile/11_clone.sql
tests/fixtures/dataform_compile/12_literal_sqlx.sql