LICENSE
README.md
pyproject.toml
src/duckalog/__init__.py
src/duckalog/benchmarks.py
src/duckalog/cli.py
src/duckalog/config_init.py
src/duckalog/connection.py
src/duckalog/engine.py
src/duckalog/errors.py
src/duckalog/logging_utils.py
src/duckalog/performance.py
src/duckalog/py.typed
src/duckalog/python_api.py
src/duckalog/remote_config.py
src/duckalog/secret_types.py
src/duckalog/sql_file_loader.py
src/duckalog/sql_generation.py
src/duckalog/sql_utils.py
src/duckalog.egg-info/PKG-INFO
src/duckalog.egg-info/SOURCES.txt
src/duckalog.egg-info/dependency_links.txt
src/duckalog.egg-info/entry_points.txt
src/duckalog.egg-info/requires.txt
src/duckalog.egg-info/top_level.txt
src/duckalog/config/__init__.py
src/duckalog/config/api.py
src/duckalog/config/interpolation.py
src/duckalog/config/loader.py
src/duckalog/config/models.py
src/duckalog/config/validators.py
src/duckalog/config/loading/__init__.py
src/duckalog/config/loading/base.py
src/duckalog/config/loading/file.py
src/duckalog/config/loading/remote.py
src/duckalog/config/loading/sql.py
src/duckalog/config/resolution/__init__.py
src/duckalog/config/resolution/base.py
src/duckalog/config/resolution/env.py
src/duckalog/config/resolution/imports.py
src/duckalog/config/security/__init__.py
src/duckalog/config/security/base.py
src/duckalog/config/security/path.py
src/duckalog/dashboard/__init__.py
src/duckalog/dashboard/app.py
src/duckalog/dashboard/state.py
src/duckalog/dashboard/components/__init__.py
src/duckalog/dashboard/components/layout.py
src/duckalog/dashboard/routes/__init__.py
src/duckalog/dashboard/routes/home.py
src/duckalog/dashboard/routes/query.py
src/duckalog/dashboard/routes/views.py
tests/test_changelog_automation.py
tests/test_cli_filesystem.py
tests/test_cli_query.py
tests/test_cli_remote.py
tests/test_config.py
tests/test_config_imports.py
tests/test_connection_api.py
tests/test_custom_filesystem.py
tests/test_dashboard.py
tests/test_dependency_injection_filesystems.py
tests/test_deprecation_warnings.py
tests/test_docstrings.py
tests/test_engine_cli.py
tests/test_engine_hierarchical.py
tests/test_engine_remote_export.py
tests/test_enhanced_sql_public_api.py
tests/test_logging_utils.py
tests/test_path_cache.py
tests/test_path_resolution.py
tests/test_path_security.py
tests/test_performance_benchmarks.py
tests/test_performance_metrics.py
tests/test_performance_regression.py
tests/test_remote_config.py
tests/test_root_based_security.py
tests/test_sql_file_loading.py
tests/test_sql_generation.py
tests/test_sql_security.py