Skip to content

Commit

Permalink
Update secret_ref in catalog.proto to use SecretRef values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanicky Chen committed Jun 18, 2024
1 parent e111bad commit 6f77dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, uint32> secret_ref = 25;
map<string, SecretRef> secret_ref = 25;

repeated plan_common.ColumnCatalog original_target_columns = 26;
}
Expand Down

0 comments on commit 6f77dc3

Please sign in to comment.