I am setting up the Snowflake metadata library using native engine and received required details from SNF architect, using these details in LIBNAME statement library is getting assigned successfully and snowflake admin is able to see login on database level, however when trying to register tables through metadata library with same details(took care of case sensitive for parameters) I am getting below error message and no log showsup. I have enabled worksapce server logs and the log stop after library assignment and no errors shows up.
Any leads would be of much help and Thanks in advance.
ODBC driver upgrade from snowflake fixed the issue.
If you have the library defined to metadata, can you submit a libname statement using the meta engine and the libdebug option and share the results? 46712 - Option for debugging META Libname Engine libraries (sas.com)
Carl Sommer - SAS Technical Support
We see an issue with the ROLES on Snowflake level, existing roles are not working we had to create a new ROLE and assign to SAS service user we are using. Weired thing is exact same permissions were given to the new role but still old one is not working.
However, after registering tables I am not able to open/query table data. when I open the table directly from the library I see below error(same result with Proc SQL too). But we are able to do proc contents on all tables in the library.
Are you able to see/query data using your native Snowflake libname assignment through SAS code? It sounds like you can get to Snowflake metadata but not data. I think I'd pursue that, possibly as a SAS Tech Support case, and once that is proven working, follow up on the SAS metadata side of things. I am unexperienced with Snowflake, but in general it sounds like there needs to be a GRANT for SELECT
Carl Sommer - SAS Technical Support
ODBC driver upgrade from snowflake fixed the issue.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.