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 would probably vote yes? But I think it would be useful to try to list the uses of it to see if removing it would really be painful. If you have a usecase, please add it in this thread?
I use it in one place in my codebase. I have to hand off some Tables to a splink.Linker object, which expects a list of table names in the underlying DB. So all of my input tables need to be named. To do that, I rely on:
Is your feature request related to a problem?
Inspired by #7742 (comment)
Should/how we deprecate Expr.get_name()?
I would probably vote yes? But I think it would be useful to try to list the uses of it to see if removing it would really be painful. If you have a usecase, please add it in this thread?
I use it in one place in my codebase. I have to hand off some Tables to a
splink.Linker
object, which expects a list of table names in the underlying DB. So all of my input tables need to be named. To do that, I rely on:There are other ways I could do this, using
.cache()
or similar. Basically, I want the semantics ofRequirement #4 might be hard without .get_name(), is there some other way to tell if a table is already named in the DB?
Describe the solution you'd like
NA
What version of ibis are you running?
Na
What backend(s) are you using, if any?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: