-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.Issues related to the googleapis/python-bigquery-sqlalchemy API.
Description
Given a column expression with type ARRAY<T>
, calling func.unnest(expr)
should result in a column of type T
, nit it results in NullType
instead.
>>> am.c.objects.type
ARRAY(JSON())
>>> select(func.unnest(am.c.objects).alias('another_mock_objects').column).subquery().c.another_mock_objects.type
NullType()
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.Issues related to the googleapis/python-bigquery-sqlalchemy API.