You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be possible to add access (from CEL) to the descriptor of a message (or a field, an enum, etc).
Problem it solves or use case:
I would like to store the schema / descriptor of a protobuf message for a BLOB column (in database, for example), and it would be helpful if I can have a self-contained descriptor with the column via CEL.
Proposed implementation or solution:
This can be in the form of a new CEL function, like this:
descriptor(this) -> DescriptorProto
Contribution:
No, but I'm happy to test / feedback.
The text was updated successfully, but these errors were encountered:
Feature description:
would it be possible to add access (from CEL) to the descriptor of a message (or a field, an enum, etc).
Problem it solves or use case:
I would like to store the schema / descriptor of a protobuf message for a BLOB column (in database, for example), and it would be helpful if I can have a self-contained descriptor with the column via CEL.
Proposed implementation or solution:
This can be in the form of a new CEL function, like this:
descriptor(this) -> DescriptorProto
Contribution:
No, but I'm happy to test / feedback.
The text was updated successfully, but these errors were encountered: