feat(logging): unify canonical task CoT events

This commit is contained in:
2026-08-24 17:00:17 +03:00
parent 511219e3e0
commit 0c895cf416
32 changed files with 741 additions and 321 deletions

View File

@@ -70,6 +70,15 @@
"phase_transform": "Transform",
"phase_import": "Import",
"phase_password_retry": "Password retry",
"migration_recovery_title": "Automatic migration recovery",
"migration_recovery_started": "Initial attempt failed, recovery started",
"migration_recovery_sync": "Synchronizing dataset keys",
"migration_recovery_retry": "Retrying import",
"migration_recovery_completed": "Recovered successfully",
"migration_recovery_failed": "Recovery failed",
"migration_recovery_completed_hint": "The first import failed, dataset keys were synchronized, and the retry completed successfully.",
"migration_recovery_failed_hint": "The automatic retry could not migrate this dashboard.",
"migration_recovery_counts": "Changed: {changed}; sync errors: {failed}",
"status_code_label": "HTTP",
"exception_type_label": "Exception",
"raw_superset_response": "Raw Superset response",