Revisit the method load_table_from_json() #1646
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
The method
load_table_from_json()
shows up in a number of Issues and PRs as a source of problems OR ambiguity.Examine this code and determine whether it (and the similar methods
load_table_from_*
) should be refactored to remove issues and concerns and/or improve usability.Some of the issues/PRs where
load_table_from_json()
or similar methods are mentioned include:ISSUES:
Schema and Autodetect
Retries
job_retry
argument toload_table_from_uri
#969Null Values
nan
in a required column - Million dollar bug #1692Default Value
Misc
PRs:
#280
#865
#868
#873
#1097
#1526
#1634
#1698
The text was updated successfully, but these errors were encountered: