06-15-2025 04:44 PM
Hi guys,
I'm using the new Databricks Free Edition, and I'm seeing what looks like a sudden change in outbound internet access policy.
Yesterday morning, I was able to access external APIs and test simple internet calls using Python and %sh commands in my notebook.
For example:
import requests
try:
response = requests.get("https://www.google.com", timeout=5)
print("Status:", response.status_code)
except Exception as e:
print("Error:", e)
But, Since yesterday evening, the same code started failing, and now consistently returns the following error:
Error: HTTPSConnectionPool(host='www.google.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0xfffee3074290>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
1. Has there been a change in the networking policy for Free Edition?
2. Does the Free Edition impose a hard limit on outbound request retries? Or is the Max retries exceeded error simply a result of network restrictions (like DNS failure or firewall rules)?
Cheers,
06-16-2025 02:02 AM
Anyone has idea?
06-17-2025 05:17 AM - edited 06-17-2025 05:18 AM
Hello @jin2631816!
Are you still experiencing the issue? I tested it on my end, and the request went through successfully.
Please note that the Databricks Free Edition enforces restrictions on outbound internet access, allowing only a limited set of trusted domains. This is part of the documented limitations of the Free Edition.
Sunday
Hello
I am experiencing the same issue. Could you elaborate should these type of requests work and are allowed or not?
Sunday
Hi @jin2631816 , @test_user_12
In Free Edition outbound internet access is restricted to a limited set of trusted domains. And this make sense. I can imagine many people would start to use Free Edition compute in prohibited way, like crypto mining, spam campaigns etc.
Sunday - last edited Sunday
Hi @test_user_12, @jin2631816,
If it helps, here’s the official documentation with the limitations of the Free Edition:
https://docs.databricks.com/aws/en/getting-started/free-edition-limitations
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now