Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(table): add namespace kwarg to ibis.table #8253

Closed
gforsyth opened this issue Feb 6, 2024 · 1 comment · Fixed by #8801
Closed

feat(table): add namespace kwarg to ibis.table #8253

gforsyth opened this issue Feb 6, 2024 · 1 comment · Fixed by #8801
Assignees
Labels
feature Features or general enhancements ux User experience related issues

Comments

@gforsyth
Copy link
Member

gforsyth commented Feb 6, 2024

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.

@cpcloud
Copy link
Member

cpcloud commented Feb 6, 2024

Break everything, and cut over to version 100?

@gforsyth gforsyth self-assigned this Feb 23, 2024
@gforsyth gforsyth added feature Features or general enhancements ux User experience related issues labels Mar 21, 2024
@gforsyth gforsyth moved this from backlog to todo in Ibis planning and roadmap Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements ux User experience related issues
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants