You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Fixed type declaration for service_account_json_file. This caused the program to crash when this parameter was specified
Improved performance through refactor of methods convert_types_and_add_metadata -renamed-to-> convert_types and _yield_rows_from_file. The new version extracts some computation outside of the for loop.