R Studio and Python are both installed on GCP VM (8 CPU, 30 GB RAM) 50 GB physical storage, running Linux.
ODBC driver installed. Via command line isql can connect to Snowflake.
From in side of R Studio usin DBI::dbConnect(odbc:odbc(), dsn="DSN_NAME", UID = "SERVICE_ACCOUNT_NAME", pwd ="PASSWORD")
All the parameter submitted are valid
Receive ERROR nanodbc/nanodbc.cpp:1021:
Can this be a conflict between Python and R Studio.
Jupyter Notebooks using Python has no ODBC issue from the same GCP VM.