From 6f77dc31067a9bf7656c2c0d81b583d419182621 Mon Sep 17 00:00:00 2001 From: Shanicky Chen <> Date: Tue, 18 Jun 2024 15:00:13 +0800 Subject: [PATCH] Update `secret_ref` in `catalog.proto` to use `SecretRef` values. --- proto/catalog.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/catalog.proto b/proto/catalog.proto index e2a03bd4c75da..79be927fc4d16 100644 --- a/proto/catalog.proto +++ b/proto/catalog.proto @@ -181,7 +181,7 @@ message Sink { CreateType create_type = 24; // Handle the sink relies on any sceret. The key is the propertity name and the value is the secret id and type. - map secret_ref = 25; + map secret_ref = 25; repeated plan_common.ColumnCatalog original_target_columns = 26; }