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
Successfully get the pyarrow datatype from a feast ValueType using the feast_value_type_to_pa function
Current Behavior
Currently receive the error feast.errors.FeastExtrasDependencyImportError: cannot import name 'ARROW_SCALAR_IDS_TO_BQ' from 'google.cloud.bigquery._pandas_helpers'
Steps to reproduce
Install feast with the latest GCP dependencies and try to convert a feast schema to pyarrow through the use of the function feast_value_type_to_pa
Specifications
Version: 0.34.1
Platform: Linux
Subsystem: Debian 11 (bullseye)
Possible Solution
Downgrade to google-cloud-bigquery 3.12.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
Successfully get the pyarrow datatype from a feast ValueType using the
feast_value_type_to_pa
functionCurrent Behavior
Currently receive the error
feast.errors.FeastExtrasDependencyImportError: cannot import name 'ARROW_SCALAR_IDS_TO_BQ' from 'google.cloud.bigquery._pandas_helpers'
Steps to reproduce
Install feast with the latest GCP dependencies and try to convert a feast schema to pyarrow through the use of the function
feast_value_type_to_pa
Specifications
Possible Solution
Downgrade to google-cloud-bigquery 3.12.0
The text was updated successfully, but these errors were encountered: