Is it possible to call a Javascript UDF in Snowflake while ingesting data via copy into.
When I try it, I get an error saying:
SQL Compilation error: Function 'JAVASCRIPT_V' not supported within a COPY
Still, I'm surprised this does not work as my Javascript UDF is only parsing and splitting one data field.