Hi,I have been trying to load csv files from lua script. But I am
getting the error below. When I run the import statement alone, its
working fine. Here is my code.CREATE OR REPLACE LUA SCRIPT TEST_LOAD ()
RETURNS TABLE AS query([[ IMPORT INTO TEST_T...