Custom Spark Data Sources: REST API Made Simple
Imagine all a data engineer or analyst needs to do to read from a REST API is: There are no direct request calls or manual JSON parsing – just Spark in the Databricks notebook. That’s the power of a custom Spark Data Source. In this article, we’ll explore how to build such a connector […]