Skip to content

Commit

Permalink
fix: update content-type header (#1171)
Browse files Browse the repository at this point in the history
* update content-type header

* fix: update content-type header
  • Loading branch information
steffnay authored Mar 18, 2022
1 parent dfa3102 commit 921b440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4127,7 +4127,7 @@ def _get_upload_headers(user_agent):
"Accept": "application/json",
"Accept-Encoding": "gzip, deflate",
"User-Agent": user_agent,
"content-type": "application/json",
"content-type": "application/json; charset=UTF-8",
}


Expand Down

0 comments on commit 921b440

Please sign in to comment.