- Notifications
You must be signed in to change notification settings - Fork321
Closed
Description
This issue tracks the work to enable support for the RANGE datatype in the BigQuery python client libraries.
Steps:
- Schema Support:feat: support RANGE in schema #1746
- StandardSQL Data Typefeat: support range sql #1807
- Query Parameterizationfeat: support RANGE query parameters #1827
- Reading Support (already works)
- Write API Supportfeat: add stream write samples for range python-bigquery-storage#780
- InsertAll Supportfeat: support insertAll for range #1909