View live: https://observablehq.observablehq.cloud/framework-example-loader-databricks/
This Observable Framework example demonstrates how to write a JavaScript data loader that runs a query on Databricks using the Databricks SQL Driver for Node.js and generates a CSV file. The data loader lives in src/data/trips.csv.js
and uses the helper src/data/databricks.js
.