Skip to content

Array indexing doesn't work #314

Closed
@jimfulton

Description

@jimfulton
>>> sarray = Table('sarray', m, autoload_with=engine)
>>> print(select(sarray.c.s[0]).compile(engine))
Traceback (most recent call last):
...
sqlalchemy.exc.UnsupportedCompilationError: Compiler <sqlalchemy_bigquery.base.BigQueryCompiler object at 0x7fbb4075adc0> can't render element of type <built-in function getitem> (Background on this error at: https://sqlalche.me/e/14/l7de)

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions