I'm trying to update attached tag to tables in data catalog using python : enter image description here
And i recieve this error : enter image description here E0102 16:29:36.671000000 13508 src/core/ext/transport/chttp2/transport/hpack_parser.cc:1228] Error parsing metadata: error=invalid value key=content-type value=text/html; charset=UTF-8
For creating tag template and attaching tag to tables, they work perfectly.
It seems that the error comes from gRPC library when parsing response from Data Catalog server. There is a similar bug reported. In the bug there is a suggestion that the gRPC client error may happen when Google Frontend server returns error.
It's hard to find the cause based on the attached error message and code snippet. To debug the problem I recommend: