Ingesting Data From REST API endpoints: Data Engineering with Fabric


Representational State Transfer (REST) is a software architectural design that has been employed throughout the software industry to create stateless web applications. An application that adheres to the REST may be informally described as RESTful.  This term is more commonly associated with the design of HTTP-based APIs to interact with data that is stored on a vendors web site.  Today, we are going to explore how Python can be used in a Fabric notebook to interact with a popular website called Spotify.

Business Problem

Our manager has asked us to create a prototype notebook that can be used to interact with a web site using the REST API