Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

ibis-bigquery v0.1.0

Compare
Choose a tag to compare
@release-please release-please released this 27 Apr 22:19
2b92f72

Features

  • add entry_points so that ibis 2 can discover this backend (#38) (c3d188e)
  • add ibis_bigquery.__version__ property (#29) (58d624a)
  • add ibis_bigquery.connect and ibis_bigquery.compile functions (#37) (7348bf2)
  • check for negative values before doing substr (#32) (d515184)

Bug Fixes

  • compatibility with ibis 1.4.0 (and possibly 1.2, 1.3) (#31) (b6bbfbe)
  • update UDF to support Python 3.8+ AST (#25) (3d9b2cb)
  • use TIMESTAMP_SUB for TimstampSub operation (#40) (4c5cb57)