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
Here "old_time" is a timestamp column and "some_integer" is a column containing integer values. t is a table. I think the to_interval operation is not implemented for SF.
What version of ibis are you using?
latest - 9.2 i believe.
What backend(s) are you using, if any?
Snowflake.
Relevant log output
I get a `OperationNotDefinedError` not defined error.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
With the Snowflake backend I get an
OperationNotDefinedError
errorwhen doing
Here
"old_time"
is a timestamp column and"some_integer"
is a column containing integer values.t
is a table. I think theto_interval
operation is not implemented for SF.What version of ibis are you using?
latest -
9.2
i believe.What backend(s) are you using, if any?
Snowflake.
Relevant log output
I get a `OperationNotDefinedError` not defined error.
Code of Conduct
The text was updated successfully, but these errors were encountered: