<?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 Re: External Api not returning any response in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/122525#M10216</link>
    <description>&lt;P&gt;I have also faced the same issue, where for some payload the API is taking so much time but it is working absolutely fine on postman. Is is some response data size or cluster memory issue?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 11:25:08 GMT</pubDate>
    <dc:creator>guptaharsh</dc:creator>
    <dc:date>2025-06-23T11:25:08Z</dc:date>
    <item>
      <title>External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106061#M9563</link>
      <description>&lt;P&gt;import requests&lt;/P&gt;&lt;P&gt;url = "&lt;A href="https://example.com/api" target="_blank"&gt;https://example.com/api&lt;/A&gt;"&lt;BR /&gt;headers = {&lt;BR /&gt;"Authorization": "Bearer YOUR_TOKEN",&lt;BR /&gt;"Content-Type": "application/json"&lt;BR /&gt;}&lt;BR /&gt;Payload = json.dumps({json_data})&lt;/P&gt;&lt;P&gt;response = requests.post(url, headers=headers, data=Payload)&lt;/P&gt;&lt;P&gt;print(response.status_code)&lt;BR /&gt;print(response.text)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is running for very long time&lt;/P&gt;&lt;P&gt;Same url is working for other payload&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please let me know why this is happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 10:52:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106061#M9563</guid>
      <dc:creator>sshukla</dc:creator>
      <dc:date>2025-01-17T10:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106075#M9564</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/121644"&gt;@sshukla&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What is the actual REST API endpoint you are trying to call?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 12:42:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106075#M9564</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-01-17T12:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106078#M9565</link>
      <description>&lt;P&gt;its Kinaxis Api end point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same endpoint is working for other payload but for one specific payload it is not working.&lt;/P&gt;&lt;P&gt;same i have tried in postman and it was giving me result but in databricks it is running for very long&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 12:48:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106078#M9565</guid>
      <dc:creator>sshukla</dc:creator>
      <dc:date>2025-01-17T12:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106098#M9566</link>
      <description>&lt;P&gt;Oh I see, it's an external endpoint. Can you test connectivity to the endpoint first? with curl -vX POST https:// endpoint from within Databricks?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 14:25:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106098#M9566</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-01-17T14:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106191#M9567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;connectivity is there as i am able to read data for other payload but for one specific payload it is not returning any response&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 16:36:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106191#M9567</guid>
      <dc:creator>sshukla</dc:creator>
      <dc:date>2025-01-18T16:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106243#M9568</link>
      <description>&lt;P&gt;Can you DIM the two payload, it has to do with something on endpoint, since it is working on one payload fine, where in the other is not to the same endpoint.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2025 13:46:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/106243#M9568</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-01-19T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/122525#M10216</link>
      <description>&lt;P&gt;I have also faced the same issue, where for some payload the API is taking so much time but it is working absolutely fine on postman. Is is some response data size or cluster memory issue?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 11:25:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/122525#M10216</guid>
      <dc:creator>guptaharsh</dc:creator>
      <dc:date>2025-06-23T11:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/122528#M10217</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The issue was due to data size and after filtering the data the issue got resolved&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 11:47:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/122528#M10217</guid>
      <dc:creator>sshukla</dc:creator>
      <dc:date>2025-06-23T11:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: External Api not returning any response</title>
      <link>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/122570#M10219</link>
      <description>&lt;P&gt;how to reduce the data size, like API will going to give the data in onetime. can you give with some example.&lt;BR /&gt;&lt;BR /&gt;res = request.get("api")&lt;BR /&gt;this above code is taking is lot of time&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 16:32:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/external-api-not-returning-any-response/m-p/122570#M10219</guid>
      <dc:creator>guptaharsh</dc:creator>
      <dc:date>2025-06-23T16:32:46Z</dc:date>
    </item>
  </channel>
</rss>

