-
I would like to use some specific Snowflake JSON extraction functions, which are not yet available in the Snowflake backend. I am wondering if it's possible to insert pure SQL in-line into a https://dbplyr.tidyverse.org/articles/sql.html#what-happens-when-dbplyr-fails Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
gforsyth
Oct 12, 2024
Replies: 1 comment
-
Yep, sure is. You want a scalar udf builtin: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hershelm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, sure is. You want a scalar udf builtin:
https://ibis-project.org/reference/scalar-udfs.html#ibis.expr.operations.udf.scalar.builtin