ardent-cli 0.0.37 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +7 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -805,7 +805,13 @@ var ENGINE_STATUS_DISPLAY = {
|
|
|
805
805
|
validating: "validation in progress",
|
|
806
806
|
failed_validation: "validation failed",
|
|
807
807
|
unhealthy: "unhealthy",
|
|
808
|
-
unchecked: "not yet configured"
|
|
808
|
+
unchecked: "not yet configured",
|
|
809
|
+
// ARD-1181: kafka2pg apply halt due to missing target relation. Phrase is
|
|
810
|
+
// deliberately operator-action-oriented and free of vendor names (Neon,
|
|
811
|
+
// Kafka, pgstream) and internal config keys per the CLAUDE.md
|
|
812
|
+
// customer-facing terseness rules. The internal error string + quarantine
|
|
813
|
+
// row count are logged by the detector for operator triage.
|
|
814
|
+
target_schema_lost: "needs reset (contact Ardent support)"
|
|
809
815
|
};
|
|
810
816
|
var CONNECTION_STATUS_DISPLAY = {
|
|
811
817
|
connected: "connected",
|