cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Rest Api call

Sushmg
New Contributor

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?

1 REPLY 1

-werners-
Esteemed Contributor III

there are several ways to do this.
you could use python (or scala or ...) to do the call. then transform it and write it to the dwh.
Or you could do the call, write the raw data and process it later on.
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.
Basically there is no best way, it depends on your needs and the functionality of the API itself and the tools you can use.
But it is definitely possible.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group