Neil is exploring the possibility of decoding protobuf as a transformation step instead of directly from a source, due to versioning concerns. Various team members provide insights and suggestions on the approach.
Neil
Asked on Dec 13, 2023
protobuf_decode(bytea, proto_url)
function may not significantly differ from using a UDF, as it still requires a network hop to access the remote proto_url
.