I have table in snowflake in lower case , my table name is fulltransactions but when I use snowflake connector is converting my select * from DATA.PUBLIC.fulltransactions to select * from DATA.PUBLIC.FULLTRANSACTIONS thus I get response as no table found or not authorised.
What might be the reason behind it?