LICENSE
README.md
pyproject.toml
src/lakehouse_plumber.egg-info/PKG-INFO
src/lakehouse_plumber.egg-info/SOURCES.txt
src/lakehouse_plumber.egg-info/dependency_links.txt
src/lakehouse_plumber.egg-info/entry_points.txt
src/lakehouse_plumber.egg-info/requires.txt
src/lakehouse_plumber.egg-info/top_level.txt
src/lhp/__init__.py
src/lhp/cli/__init__.py
src/lhp/cli/main.py
src/lhp/core/__init__.py
src/lhp/core/action_registry.py
src/lhp/core/action_validators.py
src/lhp/core/base_generator.py
src/lhp/core/config_field_validator.py
src/lhp/core/dependency_resolver.py
src/lhp/core/dlt_cdc_validators.py
src/lhp/core/orchestrator.py
src/lhp/core/project_config_loader.py
src/lhp/core/secret_validator.py
src/lhp/core/state_dependency_resolver.py
src/lhp/core/state_manager.py
src/lhp/core/template_engine.py
src/lhp/core/validator.py
src/lhp/generators/__init__.py
src/lhp/generators/load/__init__.py
src/lhp/generators/load/cloudfiles.py
src/lhp/generators/load/delta.py
src/lhp/generators/load/jdbc.py
src/lhp/generators/load/python.py
src/lhp/generators/load/sql.py
src/lhp/generators/transform/__init__.py
src/lhp/generators/transform/data_quality.py
src/lhp/generators/transform/python.py
src/lhp/generators/transform/schema.py
src/lhp/generators/transform/sql.py
src/lhp/generators/transform/temp_table.py
src/lhp/generators/write/__init__.py
src/lhp/generators/write/materialized_view.py
src/lhp/generators/write/streaming_table.py
src/lhp/intellisense/__init__.py
src/lhp/intellisense/extension_detector.py
src/lhp/intellisense/schema_manager.py
src/lhp/intellisense/setup.py
src/lhp/intellisense/vscode_config.py
src/lhp/migration/__init__.py
src/lhp/models/__init__.py
src/lhp/models/config.py
src/lhp/notebook/__init__.py
src/lhp/notebook/deployment.py
src/lhp/notebook/interface.py
src/lhp/notebook/widgets.py
src/lhp/parsers/__init__.py
src/lhp/parsers/yaml_parser.py
src/lhp/presets/__init__.py
src/lhp/presets/preset_manager.py
src/lhp/schemas/README.md
src/lhp/schemas/flowgroup.schema.json
src/lhp/schemas/preset.schema.json
src/lhp/schemas/project.schema.json
src/lhp/schemas/substitution.schema.json
src/lhp/schemas/template.schema.json
src/lhp/templates/base.py.j2
src/lhp/templates/load/cloudfiles.py.j2
src/lhp/templates/load/delta.py.j2
src/lhp/templates/load/jdbc.py.j2
src/lhp/templates/load/python.py.j2
src/lhp/templates/load/sql.py.j2
src/lhp/templates/transform/data_quality.py.j2
src/lhp/templates/transform/python.py.j2
src/lhp/templates/transform/schema.py.j2
src/lhp/templates/transform/sql.py.j2
src/lhp/templates/transform/temp_table.py.j2
src/lhp/templates/write/materialized_view.py.j2
src/lhp/templates/write/streaming_table.py.j2
src/lhp/utils/__init__.py
src/lhp/utils/dqe.py
src/lhp/utils/error_formatter.py
src/lhp/utils/error_handler.py
src/lhp/utils/file_pattern_matcher.py
src/lhp/utils/formatter.py
src/lhp/utils/operational_metadata.py
src/lhp/utils/schema_parser.py
src/lhp/utils/secret_code_generator.py
src/lhp/utils/smart_file_writer.py
src/lhp/utils/substitution.py
tests/test_action_registry.py
tests/test_advanced_features.py
tests/test_append_flow.py
tests/test_cdc_table_creation.py
tests/test_cli.py
tests/test_cli_comprehensive.py
tests/test_cli_include.py
tests/test_cloudfiles_options.py
tests/test_composite_checksum.py
tests/test_config_validator.py
tests/test_config_validator_actions.py
tests/test_config_validator_dlt_cdc.py
tests/test_config_validator_exceptions.py
tests/test_config_validator_references.py
tests/test_config_validator_write_targets.py
tests/test_dependency_discovery.py
tests/test_dependency_integration.py
tests/test_dependency_resolver.py
tests/test_dqe_edge_cases.py
tests/test_edge_cases.py
tests/test_error_handler.py
tests/test_file_pattern_matching.py
tests/test_formatting.py
tests/test_integration.py
tests/test_intellisense.py
tests/test_load_operational_metadata.py
tests/test_operational_metadata_selection.py
tests/test_orchestrator.py
tests/test_orchestrator_include.py
tests/test_phase1.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_pipeline_field_functionality.py
tests/test_pipeline_field_output_structure.py
tests/test_project_config_include.py
tests/test_readmode.py
tests/test_secret_code_generator.py
tests/test_secret_execution.py
tests/test_sql_transform_improvement.py
tests/test_staleness_detection.py
tests/test_state_manager.py
tests/test_state_manager_dependency_tracking.py
tests/test_state_manager_include.py
tests/test_template_engine.py
tests/test_unknown_field_validation.py
tests/test_yaml_parser.py
tests/test_yaml_parser_include.py