Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Please run down the following list and make sure you've tried the usual "quick fixes":
If you are still having issues, please be sure to include as much information as possible:
Environment details
- OS type and version: macOS Big Sur
- Python version:
python --version 3.8.8
- pip version:
pip --version: 21.0.1
google-cloud-bigquery version: pip show google-cloud-bigquery: 2.6.1
Steps to reproduce
- insert any emoji which is over
0xFFFF into a dict, e.g. 🏦 (\U0001F3E6)
- use
client.load_table_from_json(rows_to_insert... to upload
- see that emoji icon become �� in BigQuery web console
Code example
bank = "\U0001F3E6"
rows_to_insert = [{"emoji": bank}]
client.load_table_from_json(rows_to_insert, table_id, job_config=job_config)
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Please run down the following list and make sure you've tried the usual "quick fixes":
If you are still having issues, please be sure to include as much information as possible:
Environment details
python --version3.8.8pip --version: 21.0.1google-cloud-bigqueryversion:pip show google-cloud-bigquery: 2.6.1Steps to reproduce
0xFFFFinto adict, e.g. 🏦 (\U0001F3E6)client.load_table_from_json(rows_to_insert...to uploadCode example
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!