<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic No Egress for Serverless Workspace in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/no-egress-for-serverless-workspace/m-p/160808#M5363</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a problem&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import socket
print(socket.gethostbyname("google.com"))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;[Trace ID: 00-9e5667936e24418dae4c39a9ed003a22-a43a5f2ca9b14451-00]
---------------------------------------------------------------------------
gaierror                                  Traceback (most recent call last)
File &amp;lt;command-6578131666108476&amp;gt;, line 2
      1 import socket
----&amp;gt; 2 print(socket.gethostbyname("google.com"))

gaierror: [Errno -2] Name or service not known&lt;/LI-CODE&gt;&lt;P&gt;My current Workspace Settings:&lt;/P&gt;&lt;P&gt;- serverless workspace&lt;BR /&gt;- ncc for private connectivity. is set (postgres on AWS)&lt;BR /&gt;- network policy with egress to all destinations is added to the workspace&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT *
FROM system.access.outbound_network
ORDER BY event_time DESC LIMIT 5;&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;account_id,workspace_id,destination_type,destination,dns_event,storage_event,event_time,access_type,event_id,network_source_type
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.salfyops.com,"{""domain_name"":""ocr.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,94f242d5-19c7-487e-a8bb-4340fc2c15b5,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.dev.salfyops.com,"{""domain_name"":""ocr.dev.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,01f60056-3d43-49b0-9b5d-0398bb1caaab,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.dev.salfyops.com,"{""domain_name"":""ocr.dev.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,f24d25aa-9e4f-488f-8973-110b13ed5359,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.salfyops.com,"{""domain_name"":""ocr.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,f3a3b9f1-6113-4ebf-bf92-c20bad404470,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,google.com,"{""domain_name"":""google.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:52:50.000Z,DROP,0d765e3d-70c2-4f80-98ad-05e90c7fc668,General Compute&lt;/LI-CODE&gt;&lt;P&gt;AI mentioned to me "Just wait for ~15 minutes to avoid re-using a warm compute" - The problem is not solved for many hours now.&lt;/P&gt;&lt;P&gt;Could you give me additional guidance? Please note: I am relying on a serverless workspace. I can't use Classic Compute here.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2026 06:12:32 GMT</pubDate>
    <dc:creator>Janis404</dc:creator>
    <dc:date>2026-06-29T06:12:32Z</dc:date>
    <item>
      <title>No Egress for Serverless Workspace</title>
      <link>https://community.databricks.com/t5/administration-architecture/no-egress-for-serverless-workspace/m-p/160808#M5363</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a problem&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import socket
print(socket.gethostbyname("google.com"))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;[Trace ID: 00-9e5667936e24418dae4c39a9ed003a22-a43a5f2ca9b14451-00]
---------------------------------------------------------------------------
gaierror                                  Traceback (most recent call last)
File &amp;lt;command-6578131666108476&amp;gt;, line 2
      1 import socket
----&amp;gt; 2 print(socket.gethostbyname("google.com"))

gaierror: [Errno -2] Name or service not known&lt;/LI-CODE&gt;&lt;P&gt;My current Workspace Settings:&lt;/P&gt;&lt;P&gt;- serverless workspace&lt;BR /&gt;- ncc for private connectivity. is set (postgres on AWS)&lt;BR /&gt;- network policy with egress to all destinations is added to the workspace&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT *
FROM system.access.outbound_network
ORDER BY event_time DESC LIMIT 5;&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;account_id,workspace_id,destination_type,destination,dns_event,storage_event,event_time,access_type,event_id,network_source_type
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.salfyops.com,"{""domain_name"":""ocr.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,94f242d5-19c7-487e-a8bb-4340fc2c15b5,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.dev.salfyops.com,"{""domain_name"":""ocr.dev.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,01f60056-3d43-49b0-9b5d-0398bb1caaab,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.dev.salfyops.com,"{""domain_name"":""ocr.dev.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,f24d25aa-9e4f-488f-8973-110b13ed5359,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,ocr.salfyops.com,"{""domain_name"":""ocr.salfyops.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:53:00.000Z,DROP,f3a3b9f1-6113-4ebf-bf92-c20bad404470,General Compute
cd8ca332-b1fd-4a23-8858-bd7726a44c6d,7474659368742910,DNS,google.com,"{""domain_name"":""google.com"",""rcode"":5,""rdata"":[]}",null,2026-06-29T05:52:50.000Z,DROP,0d765e3d-70c2-4f80-98ad-05e90c7fc668,General Compute&lt;/LI-CODE&gt;&lt;P&gt;AI mentioned to me "Just wait for ~15 minutes to avoid re-using a warm compute" - The problem is not solved for many hours now.&lt;/P&gt;&lt;P&gt;Could you give me additional guidance? Please note: I am relying on a serverless workspace. I can't use Classic Compute here.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 06:12:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/no-egress-for-serverless-workspace/m-p/160808#M5363</guid>
      <dc:creator>Janis404</dc:creator>
      <dc:date>2026-06-29T06:12:32Z</dc:date>
    </item>
  </channel>
</rss>

