Skip to content

Commit

Permalink
updating ml_connector schema version (opensearch-project#2228)
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <[email protected]>
  • Loading branch information
dhrubo-os authored Mar 19, 2024
1 parent 680da8b commit 67f1d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class CommonValue {
public static final Integer ML_MODEL_INDEX_SCHEMA_VERSION = 10;
public static final String ML_CONNECTOR_INDEX = ".plugins-ml-connector";
public static final Integer ML_TASK_INDEX_SCHEMA_VERSION = 2;
public static final Integer ML_CONNECTOR_SCHEMA_VERSION = 2;
public static final Integer ML_CONNECTOR_SCHEMA_VERSION = 3;
public static final String ML_CONFIG_INDEX = ".plugins-ml-config";
public static final Integer ML_CONFIG_INDEX_SCHEMA_VERSION = 2;
public static final String ML_CONTROLLER_INDEX = ".plugins-ml-controller";
Expand Down

0 comments on commit 67f1d25

Please sign in to comment.