- 1009 Views
- 1 replies
- 0 kudos
Hi Team, Previously we are able to access databricks workspaces using username and password but now its asking for token, But we dont have access to mail account with username that we are using while login. Could you please assist on the issue how ca...
- 1009 Views
- 1 replies
- 0 kudos
Latest Reply
Anyone can help on this ?
by
ADuma
• New Contributor III
- 2962 Views
- 1 replies
- 0 kudos
I am using Databricks connect with PyCharm in order to locally develop my pipelines before deploying to Databricks. I set up authentication for databricks-connect using the following guide https://learn.microsoft.com/en-us/azure/databricks/dev-tools/...
- 2962 Views
- 1 replies
- 0 kudos
Latest Reply
ADuma
New Contributor III
I managed to solve the problem by including my login and password in the HTTPS_PROXY environment variable.I set it to something like this HTTPS_PROXY = "http://username:password@proxy.company.com:port" and databricks-connect can create spark sessions...