claudevdm commented on PR #37253:
URL: https://github.com/apache/beam/pull/37253#issuecomment-3872267211
Looks like some of the tests are failing
def test_convert_to_usertype_with_overrides(self):
"""Test convert_to_usertype function with type_overrides."""
import datetime
> schema = bigquery.TableSchema(
fields=[
bigquery.TableFieldSchema(
name='id', type='INTEGER', mode="REQUIRED"),
bigquery.TableFieldSchema(
name='event_date', type='DATE', mode="NULLABLE")
])
E AttributeError: module 'apache_beam.io.gcp.internal.clients.bigquery'
has no attribute 'TableSchema'
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]