szymon_dybczak
Esteemed Contributor III

Hi @nkrom456 ,

Thanks for clarification. Ok, so it looks like identifiers in Snowflake could be case-sensitive. So for example employeeid could be stored in Snowflake metadata as EMPLOYEEID. If that is the case you need to use double quotes to preserve the case. Could you try that?

Run federated queries on Snowflake (OAuth) | Databricks Documentation

Identifier requirements | Snowflake Documentation