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 looked into this a bit and I got lost in the details of the implementation. sql_variant() seems to be doing just fine, as base_scalardoes contain the correct object still:
I want to add a translation for
.POSIXct()
-->TIMESTAMP_FROM_UNIX_SECONDS()
:https://cloud.google.com/dataflow/docs/reference/sql/timestamp_functions#timestamp_from_unix_seconds
However, the leading
.
appears to be throwing everything off. I added a simple placeholder translation in this branch:https://github.com/MichaelChirico/dbplyr/tree/leading-dot
With that, I get a failed translation:
(should be
foo()
)I looked into this a bit and I got lost in the details of the implementation.
sql_variant()
seems to be doing just fine, asbase_scalar
does contain the correct object still:However, this step apparently fails to find the correct translation:
dbplyr/R/translate-sql.R
Lines 148 to 149 in 860bd6a
I am not familiar enough with the details of tidy eval to know if there's an easy fix.
The text was updated successfully, but these errors were encountered: