<?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 Can we expose REST API using Databricks python notebook? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28087#M19925</link>
    <description>&lt;P&gt;We are trying to expose a REST API endpoint using python notebook. Does databricks allow this? &lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2022 16:10:16 GMT</pubDate>
    <dc:creator>Muni</dc:creator>
    <dc:date>2022-10-10T16:10:16Z</dc:date>
    <item>
      <title>Can we expose REST API using Databricks python notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28087#M19925</link>
      <description>&lt;P&gt;We are trying to expose a REST API endpoint using python notebook. Does databricks allow this? &lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 16:10:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28087#M19925</guid>
      <dc:creator>Muni</dc:creator>
      <dc:date>2022-10-10T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can we expose REST API using Databricks python notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28088#M19926</link>
      <description>&lt;P&gt;Not very clear are you trying to run a job using REST API endpoint&lt;/P&gt;&lt;P&gt;something like this &lt;A href="https://www.mssqltips.com/sqlservertip/6650/execute-databricks-jobs-via-rest-api-in-postman/" alt="https://www.mssqltips.com/sqlservertip/6650/execute-databricks-jobs-via-rest-api-in-postman/" target="_blank"&gt;Execute Databricks Jobs via REST API in Postman (mssqltips.com)&lt;/A&gt; ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 02:04:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28088#M19926</guid>
      <dc:creator>PriyaAnanthram</dc:creator>
      <dc:date>2022-10-11T02:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can we expose REST API using Databricks python notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28089#M19927</link>
      <description>&lt;P&gt;@Priya Ananthram​&amp;nbsp;No, that's not what we are looking for; we are already aware of Databricks REST API. But we are looking for a way to expose a custom REST API from Databricks. (Say: to add a  two number , when we submit input data to an HTTP  via REST API )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 05:06:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28089#M19927</guid>
      <dc:creator>Muni</dc:creator>
      <dc:date>2022-10-11T05:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can we expose REST API using Databricks python notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28090#M19928</link>
      <description>&lt;P&gt;I dont think you can do that thats more like a webservice happy to be corrected by the databricks community&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 22:16:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28090#M19928</guid>
      <dc:creator>PriyaAnanthram</dc:creator>
      <dc:date>2022-10-12T22:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can we expose REST API using Databricks python notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28091#M19929</link>
      <description>&lt;UL&gt;&lt;LI&gt;You can query tables in your metastore using JDBC drivers etc., so create tables, and then you can query them from your web service,&lt;/LI&gt;&lt;LI&gt;There is also an API service for consuming ML models.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you clarify what exactly you want to expose in REST API, it would be easier to help.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 17:54:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28091#M19929</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-10-16T17:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can we expose REST API using Databricks python notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28092#M19930</link>
      <description>&lt;P&gt;Hi @Muniyappan Mani​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or &lt;B&gt;mark an answer as bes&lt;/B&gt;t? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 07:08:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-expose-rest-api-using-databricks-python-notebook/m-p/28092#M19930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-17T07:08:18Z</dc:date>
    </item>
  </channel>
</rss>

