We found an error ibis.common.exceptions.IbisTypeError: Interval precision is None.
Because the BigQuery client returns the interval type in the schema, it is not with precision.
We found the BigQueryType of the ibis has a field default_interval_precision. We can override the class until the ibis fixes it.
We also handle the date offset type of pandas that is not serializable.
We found an error
ibis.common.exceptions.IbisTypeError: Interval precision is None
. Because the BigQuery client returns the interval type in the schema, it is not with precision. We found the BigQueryType of the ibis has a fielddefault_interval_precision
. We can override the class until the ibis fixes it. We also handle the date offset type of pandas that is not serializable.