Skip to content

Array indexing doesn't work #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jimfulton opened this issue Aug 30, 2021 · 0 comments · Fixed by #318
Closed

Array indexing doesn't work #314

jimfulton opened this issue Aug 30, 2021 · 0 comments · Fixed by #318
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@jimfulton
Copy link
Contributor

>>> 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)
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Aug 30, 2021
@tswast tswast added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants