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
I tried the standard __table_args__ = {"schema": "my_other_collection"} on my SqlAlchemy model - which from looking at the code should get passed to the workspace but it did not seem to work. Also tried rockset_schema and rockset_workspace
I assume one must have to pass the raw sql only?
The text was updated successfully, but these errors were encountered:
I tried the standard
__table_args__ = {"schema": "my_other_collection"}
on my SqlAlchemy model - which from looking at the code should get passed to the workspace but it did not seem to work. Also triedrockset_schema
androckset_workspace
I assume one must have to pass the raw sql only?
The text was updated successfully, but these errors were encountered: