azurecoderJul 234 min readRichard vs the Microsoft Speech SDK round 2When the Python Speech SDK fails on Linux
dazfullerMay 1, 20222 min readDropping a SQL table in your Synapse Spark notebooks (Python Edition)So since writing the original post about how to drop a SQL table from a Spark Notebook I've been meaning to follow it up with a version...
dazfullerOct 21, 20214 min readDropping a SQL table in your Synapse Spark notebooksFor the Python version of the code below, see the follow-up post. One of the nice things with Spark Pools in Azure Synapse Analytics is...
dazfullerAug 26, 20216 min readDocumentation the easy waySo a slight departure from Spark (sort of) for this post, but I wanted to look at one of the most commonly overlooked aspects of building...
dazfullerJul 24, 20219 min readProcessing Excel Data using Spark with Azure Synapse AnalyticsHaving recently released the Excel data source for Spark 3, I wanted to follow up with a "lets use it to process some Excel data" post....
dazfullerFeb 15, 20216 min readWhen in doubt, shell outThe command line is a powerful environment that lets you do a lot of work quickly, easily, and in a repeatable way