<?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 Rest Api call in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/rest-api-call/m-p/69214#M33860</link>
    <description>&lt;P&gt;There is a requirement to create a pipeline that calls a rest Api and we have to store the data in datawarehouse which is the best was to do this operation?&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 05:32:06 GMT</pubDate>
    <dc:creator>Sushmg</dc:creator>
    <dc:date>2024-05-17T05:32:06Z</dc:date>
    <item>
      <title>Rest Api call</title>
      <link>https://community.databricks.com/t5/data-engineering/rest-api-call/m-p/69214#M33860</link>
      <description>&lt;P&gt;There is a requirement to create a pipeline that calls a rest Api and we have to store the data in datawarehouse which is the best was to do this operation?&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 05:32:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/rest-api-call/m-p/69214#M33860</guid>
      <dc:creator>Sushmg</dc:creator>
      <dc:date>2024-05-17T05:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Api call</title>
      <link>https://community.databricks.com/t5/data-engineering/rest-api-call/m-p/69220#M33863</link>
      <description>&lt;P&gt;there are several ways to do this.&lt;BR /&gt;you could use python (or scala or ...) to do the call. then transform it and write it to the dwh.&lt;BR /&gt;Or you could do the call, write the raw data and process it later on.&lt;BR /&gt;Or you could use an ETL/ELT tool that can do the rest call (so you do not have to program it using python or whatever) and transform the data with databricks or some other tool.&lt;BR /&gt;Basically there is no best way, it depends on your needs and the functionality of the API itself and the tools you can use.&lt;BR /&gt;But it is definitely possible.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 07:08:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/rest-api-call/m-p/69220#M33863</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2024-05-17T07:08:48Z</dc:date>
    </item>
  </channel>
</rss>

