LICENSE
README.md
pyproject.toml
src/quackpipe/__init__.py
src/quackpipe/builder.py
src/quackpipe/cli.py
src/quackpipe/config.py
src/quackpipe/config.schema.yml
src/quackpipe/core.py
src/quackpipe/etl_utils.py
src/quackpipe/exceptions.py
src/quackpipe/secrets.py
src/quackpipe/utils.py
src/quackpipe.egg-info/PKG-INFO
src/quackpipe.egg-info/SOURCES.txt
src/quackpipe.egg-info/dependency_links.txt
src/quackpipe.egg-info/entry_points.txt
src/quackpipe.egg-info/requires.txt
src/quackpipe.egg-info/top_level.txt
src/quackpipe/commands/__init__.py
src/quackpipe/commands/common.py
src/quackpipe/commands/generate_sqlmesh_config.py
src/quackpipe/commands/preview_config.py
src/quackpipe/commands/ui.py
src/quackpipe/commands/validate.py
src/quackpipe/sources/__init__.py
src/quackpipe/sources/azure_blob.py
src/quackpipe/sources/base.py
src/quackpipe/sources/mysql.py
src/quackpipe/sources/postgres.py
src/quackpipe/sources/s3.py
src/quackpipe/sources/sqlite.py
src/quackpipe/sources/ducklake/__init__.py
src/quackpipe/sources/ducklake/providers.py
src/quackpipe/test_utils/__init__.py
src/quackpipe/test_utils/azurite_fixtures.py
src/quackpipe/test_utils/data_generators.py
src/quackpipe/test_utils/ducklake_fixtures.py
src/quackpipe/test_utils/fixtures.py
src/quackpipe/test_utils/minio_fixtures.py
src/quackpipe/test_utils/mysql_fixtures.py
src/quackpipe/test_utils/postgres_fixtures.py
tests/test_azure_blob_handler.py
tests/test_cli.py
tests/test_config.py
tests/test_config_validation.py
tests/test_ducklake_handler.py
tests/test_ducklake_integration.py
tests/test_e2e_ducklake_integration.py
tests/test_etl_utils.py
tests/test_hierarchical_config.py
tests/test_hierarchical_env.py
tests/test_integration_hierarchical.py
tests/test_mysql_handler.py
tests/test_postgres_handler.py
tests/test_quackpipe.py
tests/test_s3_handler.py
tests/test_secret_management.py
tests/test_sqlite_handler.py