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
A user asked about how to specify a table namespace when creating an unbound table.
The UnboundTable op does accept a namespace argument, but we don't expose that option in ibis/expr/api.py::table.
We will run afoul of the dual-definition of schema here, but if the user has to first construct the namespace object, at least that will be slightly separated.
Still not a good solution, really, to the schema/schema issue, but I don't know what is, short of breaking all ibis code.
The text was updated successfully, but these errors were encountered:
A user asked about how to specify a table namespace when creating an unbound table.
The
UnboundTable
op does accept a namespace argument, but we don't expose that option inibis/expr/api.py::table
.We will run afoul of the dual-definition of
schema
here, but if the user has to first construct the namespace object, at least that will be slightly separated.Still not a good solution, really, to the schema/schema issue, but I don't know what is, short of breaking all ibis code.
The text was updated successfully, but these errors were encountered: