Closed
Description
Spanner supports STRUCT data types, but it doesn't look like the dialect has support for creating models with STRUCT columns, querying them, etc. It doesn't look like base SQLAlchemy has a STRUCT analogue among its supported data types.
The BigQuery dialect does support STRUCTs, which might be similar to what would be needed to implement this in Spanner?