I am connecting to Snowflake using PyCharm. I am successfully able to connect and run my SQL queries over but for each run, Pycharm opens the a new tab in my browser with this message:
Initiating login request with your identity provider. A browser window should have opened for you to complete the login. If you can't see it, check existing browser windows, or your OS settings. Press CTRL+C to abort and try again...
Anyone has suggestion how to stop opening browser window every time for each request and keep the session alive?