Internet Access from Serverless Databricks - free trial
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2025 09:22 AM
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?
- Labels:
-
Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2025 01:12 PM - edited 11-21-2025 01:13 PM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2025 08:04 PM
I changed the set up and I linked it to aws workspace. It doesn't raise any error now.
But I was using requests