<?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 Network Configuration in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/network-configuration/m-p/154684#M54123</link>
    <description>&lt;P class=""&gt;I have a Databricks workspace on AWS (serverless compute). I created a network policy with "Allow access to all destinations" enabled and attached it to my workspace. When I run a Python notebook and try to make an HTTP request or curl to any external URL (api.hubapi.com, google.com) I get "Could not resolve host" error.&lt;/P&gt;&lt;P class=""&gt;I need my serverless notebooks to make outbound API calls to HubSpot's API at api.hubapi.com.&lt;/P&gt;&lt;P class=""&gt;What configuration am I missing to enable outbound internet access on serverless compute?&lt;/P&gt;&lt;P class=""&gt;Workspace: dbc-85c26050-f022.cloud.databricks.com&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 21:03:02 GMT</pubDate>
    <dc:creator>vg33</dc:creator>
    <dc:date>2026-04-15T21:03:02Z</dc:date>
    <item>
      <title>Network Configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/network-configuration/m-p/154684#M54123</link>
      <description>&lt;P class=""&gt;I have a Databricks workspace on AWS (serverless compute). I created a network policy with "Allow access to all destinations" enabled and attached it to my workspace. When I run a Python notebook and try to make an HTTP request or curl to any external URL (api.hubapi.com, google.com) I get "Could not resolve host" error.&lt;/P&gt;&lt;P class=""&gt;I need my serverless notebooks to make outbound API calls to HubSpot's API at api.hubapi.com.&lt;/P&gt;&lt;P class=""&gt;What configuration am I missing to enable outbound internet access on serverless compute?&lt;/P&gt;&lt;P class=""&gt;Workspace: dbc-85c26050-f022.cloud.databricks.com&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 21:03:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/network-configuration/m-p/154684#M54123</guid>
      <dc:creator>vg33</dc:creator>
      <dc:date>2026-04-15T21:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Network Configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/network-configuration/m-p/154842#M54147</link>
      <description>&lt;P&gt;Most likely the egress policy change hasn’t actually taken effect on the serverless compute that’s running your notebook.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Check these things in order:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Verify the network policy itself (Account Console → Security → Networking → Context-based ingress &amp;amp; egress):&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On the &lt;STRONG&gt;Egress&lt;/STRONG&gt; tab, confirm the policy is set to &lt;STRONG&gt;“Allow access to all destinations”&lt;/STRONG&gt; (not restricted).&lt;/LI&gt;
&lt;LI&gt;Confirm that &lt;STRONG&gt;this policy is associated with your workspace&lt;/STRONG&gt; (Network Policy column for that workspace).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Restart serverless compute so it picks up the new policy:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Stop all serverless clusters / all-purpose compute attached to the workspace, then start a &lt;STRONG&gt;new&lt;/STRONG&gt; serverless cluster and re-attach your notebook.&lt;/LI&gt;
&lt;LI&gt;Internet-access mode changes only take effect after this restart and can otherwise lag up to 24 hours.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Retest from the fresh session:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-python"&gt;import requests
requests.get("https://api.hubapi.com").status_code
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;If it still fails, check denial logs:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-sql"&gt;SELECT *
FROM system.access.outbound_network
WHERE host ILIKE '%hubapi.com%' OR host ILIKE '%google.com%'
ORDER BY event_time DESC
LIMIT 100;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;If you see &lt;CODE&gt;DROP&lt;/CODE&gt; entries, your egress/firewall config is still blocking; share this query output in a Databricks support ticket.&lt;/LI&gt;
&lt;LI&gt;If there are &lt;STRONG&gt;no&lt;/STRONG&gt; entries for those hosts, open a support ticket with your workspace ID and a failing notebook run ID so platform can investigate.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 17 Apr 2026 20:39:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/network-configuration/m-p/154842#M54147</guid>
      <dc:creator>Lu_Wang_ENB_DBX</dc:creator>
      <dc:date>2026-04-17T20:39:02Z</dc:date>
    </item>
  </channel>
</rss>

