Hi, we are currently facing problems submitting json objects with a date field in them. It would make sense to provide custom json.dumps kwargs to load_table_from_json in python-bigquery/google/cloud/bigquery/client.py. We could then provide default parameter to the json.dumps within load_table_from_json.
Hi, we are currently facing problems submitting json objects with a date field in them. It would make sense to provide custom json.dumps
kwargsto load_table_from_json in python-bigquery/google/cloud/bigquery/client.py. We could then providedefaultparameter to the json.dumps withinload_table_from_json.