<?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: Can you use the Databricks API from a notebook? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/94779#M38968</link>
    <description>&lt;P&gt;You cannot consume the api across multiple workspaces because of isolation nonsense. Databricks pushes our notebooks outside the platform?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2024 09:25:59 GMT</pubDate>
    <dc:creator>Boris2</dc:creator>
    <dc:date>2024-10-18T09:25:59Z</dc:date>
    <item>
      <title>Can you use the Databricks API from a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/21615#M14754</link>
      <description>&lt;P&gt;I want to test out different APIs directly from a Databricks notebook instead of using Postman or CURL. Is this possible? &lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 00:55:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/21615#M14754</guid>
      <dc:creator>tj-cycyota</dc:creator>
      <dc:date>2021-06-23T00:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the Databricks API from a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/21616#M14755</link>
      <description>&lt;P&gt;If you're question is about using the Databricks API from within a databricks notebook, then the answer is yes of course, you can definitely orchestrate anything and invoke the REST API from a python notebook using the `requests` library already baked in the runtime for &lt;A href="https://docs.databricks.com/dev-tools/api/latest/examples.html" alt="https://docs.databricks.com/dev-tools/api/latest/examples.html" target="_blank"&gt;example&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other system/bash -based commands can also be run from a notebook if you precede them with the &lt;A href="https://docs.databricks.com/notebooks/notebooks-use.html#mix-languages" alt="https://docs.databricks.com/notebooks/notebooks-use.html#mix-languages" target="_blank"&gt;magic&lt;/A&gt; %sh command&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 01:35:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/21616#M14755</guid>
      <dc:creator>Mooune_DBU</dc:creator>
      <dc:date>2021-06-23T01:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the Databricks API from a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/94779#M38968</link>
      <description>&lt;P&gt;You cannot consume the api across multiple workspaces because of isolation nonsense. Databricks pushes our notebooks outside the platform?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 09:25:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/94779#M38968</guid>
      <dc:creator>Boris2</dc:creator>
      <dc:date>2024-10-18T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the Databricks API from a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/94798#M38970</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/32324"&gt;@tj-cycyota&lt;/a&gt;&amp;nbsp;We have a couple of options using the REST API and the Databricks Python SDK. Please review the link for more details with examples.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://tinyurl.com/4pjr76kd" target="_self"&gt;&lt;STRONG&gt;Streamlining Data Engineering: Databricks SDK for Python vs Databricks REST API&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 10:07:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/94798#M38970</guid>
      <dc:creator>Panda</dc:creator>
      <dc:date>2024-10-18T10:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the Databricks API from a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/94868#M38986</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99826"&gt;@Panda&lt;/a&gt;&amp;nbsp;There is no REST API for databricks. "RE" in REST stands for Ready Everywhere. You cannot connect to the API in workspace 1, from a notebook in workspace 2. Therefor it is &lt;STRONG&gt;Not&lt;/STRONG&gt; &lt;STRONG&gt;Ready&lt;/STRONG&gt; &lt;STRONG&gt;Everywhere&lt;/STRONG&gt;. Workspace 1 cannot resolve the hostname for Workspace 2.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 12:50:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-you-use-the-databricks-api-from-a-notebook/m-p/94868#M38986</guid>
      <dc:creator>Boris2</dc:creator>
      <dc:date>2024-10-18T12:50:09Z</dc:date>
    </item>
  </channel>
</rss>

