Skip to content

Commit 0cf5dc0

Browse files
authored
fix: update content-type header (#1171)
* update content-type header * fix: update content-type header
1 parent bf04693 commit 0cf5dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-bigquery/google/cloud/bigquery

packages/google-cloud-bigquery/google/cloud/bigquery/client.py

Lines changed: 1 addition & 1 deletion
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)