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 13, 2026. It is now read-only.
Would be lovely to add support for NULL_FILTERED indexes:
https://cloud.google.com/spanner/docs/secondary-indexes#null-indexing-disable
probably something like
sqlalchemy.Index(..., spanner_null_filtered=True)