cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Internet Access from Serverless Databricks - free trial

AlekseiDiaz
Visitor

Hi community. I started to use databricks quick set up free trial and I have been trying to access internet from a python notebook but I haven't been able to do so. Even my UI is different. Is it becasue I am using free trial?

1 REPLY 1

Coffee77
Contributor III

How are you trying to access? What error message are you getting? Are you using "requests" module or something similar as the below code? 

import requests

resp = requests.get("https://api.example.com/data")
print(resp.json())

I'd say I already used that with a trial version without getting issues but not completely sure if I ran that in a serverless cluster...


Lifelong Learner Cloud & Data Solution Architect | https://www.youtube.com/@CafeConData

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now