My Requirement is query some snowflake tables from snowflake JAVA UDF. I can able to connect with plan java program using jdbc Snowflake connector , when its comes to snowflake JAVA UDF , am not sure how to read the table from UDF. SInce the UDF itselfs runs in snowflake environment not sure how the jdbc works.
or do we directly query the table.
Please suggest.
Thanks, Kumar