You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
>>> 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)