From ded8fb74425becbd1dad2170a251988b5f05697a Mon Sep 17 00:00:00 2001 From: Ron Gal Date: Wed, 7 Feb 2024 19:51:04 +0000 Subject: [PATCH] adjust template parameters to latest updates --- .../tests/system/workflow-input.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/vertex-vector-search/tests/system/workflow-input.json b/samples/vertex-vector-search/tests/system/workflow-input.json index 48cce0dd5..a0b3b883a 100644 --- a/samples/vertex-vector-search/tests/system/workflow-input.json +++ b/samples/vertex-vector-search/tests/system/workflow-input.json @@ -12,14 +12,14 @@ "bigtable": { "instance_id": "{{instance_id}}", "table_name": "{{table_name}}", - "id_column": "row_key", + "id_column": "_key", "embedding_column": "cf:embeddings", "crowding_tag_column": "cf:crowding_tag", - "allow_restricts_mappings": "cf:allow;allow", - "deny_restricts_mappings": "cf:deny;deny", - "int_numeric_restricts_mappings": "cf:int;int", - "float_numeric_restricts_mappings": "cf:float;float", - "double_numeric_restricts_mappings": "cf:double;double" + "allow_restricts_mappings": "cf:allow->allow", + "deny_restricts_mappings": "cf:deny->deny", + "int_numeric_restricts_mappings": "cf:int->int", + "float_numeric_restricts_mappings": "cf:float->float", + "double_numeric_restricts_mappings": "cf:double->double" }, "vertex": { "vector_search_index_id": "{{vector_search_index_id}}"