4.2 KiB
4.2 KiB
Semantic Compliance Report
Generated At: 2026-01-01T16:56:07.582450 Global Compliance Score: 99.5% Scanned Files: 70
File Compliance Status
| File | Score | Issues |
|---|---|---|
| frontend/src/lib/toasts.js | 🟡 75% | [toasts_module] Unclosed Anchor at end of file (started line 1) [toasts_module] Unclosed Anchor: [DEF:toasts_module:Module] started at line 1 |
| frontend/src/lib/stores.js | 🟡 89% | [stores_module] Unclosed Anchor at end of file (started line 1) [stores_module] Unclosed Anchor: [DEF:stores_module:Module] started at line 1 |
| generate_semantic_map.py | 🟢 100% | OK |
| search_script.py | 🟢 100% | OK |
| get_dataset_structure.py | 🟢 100% | OK |
| debug_db_api.py | 🟢 100% | OK |
| run_mapper.py | 🟢 100% | OK |
| migration_script.py | 🟢 100% | OK |
| backup_script.py | 🟢 100% | OK |
| superset_tool/exceptions.py | 🟢 100% | OK |
| superset_tool/init.py | 🟢 100% | OK |
| superset_tool/client.py | 🟢 100% | OK |
| superset_tool/models.py | 🟢 100% | OK |
| superset_tool/utils/logger.py | 🟢 100% | OK |
| superset_tool/utils/network.py | 🟢 100% | OK |
| superset_tool/utils/whiptail_fallback.py | 🟢 100% | OK |
| superset_tool/utils/dataset_mapper.py | 🟢 100% | OK |
| superset_tool/utils/init.py | 🟢 100% | OK |
| superset_tool/utils/init_clients.py | 🟢 100% | OK |
| superset_tool/utils/fileio.py | 🟢 100% | OK |
| frontend/src/App.svelte | 🟢 100% | OK |
| frontend/src/main.js | 🟢 100% | OK |
| frontend/src/components/DashboardGrid.svelte | 🟢 100% | OK |
| frontend/src/components/TaskHistory.svelte | 🟢 100% | OK |
| frontend/src/components/MappingTable.svelte | 🟢 100% | OK |
| frontend/src/components/EnvSelector.svelte | 🟢 100% | OK |
| frontend/src/components/TaskList.svelte | 🟢 100% | OK |
| frontend/src/components/DynamicForm.svelte | 🟢 100% | OK |
| frontend/src/components/Footer.svelte | 🟢 100% | OK |
| frontend/src/components/Navbar.svelte | 🟢 100% | OK |
| frontend/src/components/TaskRunner.svelte | 🟢 100% | OK |
| frontend/src/components/TaskLogViewer.svelte | 🟢 100% | OK |
| frontend/src/components/PasswordPrompt.svelte | 🟢 100% | OK |
| frontend/src/components/MissingMappingModal.svelte | 🟢 100% | OK |
| frontend/src/components/Toast.svelte | 🟢 100% | OK |
| frontend/src/pages/Settings.svelte | 🟢 100% | OK |
| frontend/src/pages/Dashboard.svelte | 🟢 100% | OK |
| frontend/src/lib/api.js | 🟢 100% | OK |
| frontend/src/routes/migration/+page.svelte | 🟢 100% | OK |
| frontend/src/routes/migration/mappings/+page.svelte | 🟢 100% | OK |
| backend/src/dependencies.py | 🟢 100% | OK |
| backend/src/app.py | 🟢 100% | OK |
| backend/src/models/mapping.py | 🟢 100% | OK |
| backend/src/models/dashboard.py | 🟢 100% | OK |
| backend/src/models/task.py | 🟢 100% | OK |
| backend/src/services/mapping_service.py | 🟢 100% | OK |
| backend/src/core/config_manager.py | 🟢 100% | OK |
| backend/src/core/superset_client.py | 🟢 100% | OK |
| backend/src/core/migration_engine.py | 🟢 100% | OK |
| backend/src/core/logger.py | 🟢 100% | OK |
| backend/src/core/database.py | 🟢 100% | OK |
| backend/src/core/config_models.py | 🟢 100% | OK |
| backend/src/core/scheduler.py | 🟢 100% | OK |
| backend/src/core/plugin_loader.py | 🟢 100% | OK |
| backend/src/core/plugin_base.py | 🟢 100% | OK |
| backend/src/core/utils/matching.py | 🟢 100% | OK |
| backend/src/core/task_manager/manager.py | 🟢 100% | OK |
| backend/src/core/task_manager/init.py | 🟢 100% | OK |
| backend/src/core/task_manager/cleanup.py | 🟢 100% | OK |
| backend/src/core/task_manager/models.py | 🟢 100% | OK |
| backend/src/core/task_manager/persistence.py | 🟢 100% | OK |
| backend/src/plugins/backup.py | 🟢 100% | OK |
| backend/src/plugins/migration.py | 🟢 100% | OK |
| backend/src/api/auth.py | 🟢 100% | OK |
| backend/src/api/routes/settings.py | 🟢 100% | OK |
| backend/src/api/routes/tasks.py | 🟢 100% | OK |
| backend/src/api/routes/environments.py | 🟢 100% | OK |
| backend/src/api/routes/plugins.py | 🟢 100% | OK |
| backend/src/api/routes/migration.py | 🟢 100% | OK |
| backend/src/api/routes/mappings.py | 🟢 100% | OK |