Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@haleemur haleemur released this 27 Feb 02:51
· 11 commits to main since this release
3bbb5d4

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.
  • Dropped support for python 3.13
  • Shortened the schema definition json files: Removed unnecessary & ignored details.