We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf04693 commit 0cf5dc0Copy full SHA for 0cf5dc0
1 file changed
packages/google-cloud-bigquery/google/cloud/bigquery/client.py
@@ -4127,7 +4127,7 @@ def _get_upload_headers(user_agent):
4127
"Accept": "application/json",
4128
"Accept-Encoding": "gzip, deflate",
4129
"User-Agent": user_agent,
4130
- "content-type": "application/json",
+ "content-type": "application/json; charset=UTF-8",
4131
}
4132
4133
0 commit comments