Y
Hacker News
new
|
ask
|
show
|
jobs
by
nattaylor
1060 days ago
(I haven't tried pljs but I think this is relevant) I've used JavaScript UDFs in Snowflake for array processing and also dumb POCs things like importing an entire library for useragent parsing
1 comments
elyobo
1060 days ago
Similar, we use JS UDFs in BigQuery for JSON parsing (ELT instead of ETL) and occasionally for other tasks that are just easier in JS than pure SQL.
link