How can I read and write to Azure SQL DB or Azure Postgres from an Azure Databricks notebook? The mechanics of reading and writing to a database from a Databricks notebook are largely the same ...
I have written an application that takes in a fixed-width file (thanks in no small part to advice I recieved in a seperate thread) and then dissasembles each line, runs a fairly meaty SQL SELECT query ...