Skip to content

Commit 921b440

Browse files
authored
fix: update content-type header (#1171)
* update content-type header * fix: update content-type header
1 parent dfa3102 commit 921b440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4127,7 +4127,7 @@ def _get_upload_headers(user_agent):
41274127
"Accept": "application/json",
41284128
"Accept-Encoding": "gzip, deflate",
41294129
"User-Agent": user_agent,
4130-
"content-type": "application/json",
4130+
"content-type": "application/json; charset=UTF-8",
41314131
}
41324132

41334133

0 commit comments

Comments
 (0)