LICENSE.md
README.md
pyproject.toml
fabric_drift_detective/__init__.py
fabric_drift_detective/__main__.py
fabric_drift_detective/azure_auth.py
fabric_drift_detective/cli.py
fabric_drift_detective/config.py
fabric_drift_detective/fabric_cli.py
fabric_drift_detective/fabric_rest.py
fabric_drift_detective/git_handler.py
fabric_drift_detective/lineage.py
fabric_drift_detective/lineage_manifest.py
fabric_drift_detective/llm_reasoner.py
fabric_drift_detective/medallion.py
fabric_drift_detective/schema_diff.py
fabric_drift_detective/schema_store.py
fabric_drift_detective/workspace.py
fabric_drift_detective/agents/__init__.py
fabric_drift_detective/agents/definitions.py
fabric_drift_detective/agents/runtime.py
fabric_drift_detective/agents/tools.py
fabric_drift_detective/backends/__init__.py
fabric_drift_detective/backends/base.py
fabric_drift_detective/backends/fabric_backend.py
fabric_drift_detective/backends/hana_backend.py
fabric_drift_detective/backends/local_backend.py
fabric_drift_detective/backends/snowflake_backend.py
fabric_drift_detective/backends/sql_catalog_base.py
fabric_drift_detective/backends/type_normalize.py
fabric_drift_detective/notifications/__init__.py
fabric_drift_detective/notifications/base.py
fabric_drift_detective/notifications/console_channel.py
fabric_drift_detective/notifications/dispatcher.py
fabric_drift_detective/notifications/outlook_channel.py
fabric_drift_detective/notifications/slack_channel.py
fabric_drift_detective/notifications/teams_channel.py
fabric_drift_detective/prompts/__init__.py
fabric_drift_detective/prompts/commit_message.py
fabric_drift_detective/prompts/fix_suggestion.py
fabric_drift_detective/prompts/impact_analysis.py
fabric_schema_drift_detective.egg-info/PKG-INFO
fabric_schema_drift_detective.egg-info/SOURCES.txt
fabric_schema_drift_detective.egg-info/dependency_links.txt
fabric_schema_drift_detective.egg-info/entry_points.txt
fabric_schema_drift_detective.egg-info/requires.txt
fabric_schema_drift_detective.egg-info/top_level.txt
tests/test_agents.py
tests/test_azure_auth.py
tests/test_config.py
tests/test_cross_workspace_lineage.py
tests/test_fabric_backend.py
tests/test_fabric_cli.py
tests/test_fabric_rest.py
tests/test_git_handler.py
tests/test_lineage.py
tests/test_lineage_manifest.py
tests/test_llm_reasoner.py
tests/test_local_backend.py
tests/test_main_baseline_policy.py
tests/test_notifications.py
tests/test_schema_diff.py
tests/test_schema_store.py
tests/test_scope.py
tests/test_workspace.py