1. Mount blob storage to dbfs: Mounting blob storage to DBFS allows you to access objects in blob storage as if they were on the local file system. 2. You can access DBFS objects with some more options, using the Databricks CLI, DBFS API, Databricks file system utilities (dbutils.fs)...
When I run this code locally, I get the below error. Curiously, when running it from a databricks notebook, I'm not getting the error. Python version there is 3.10.12. Error stack trace An error occurred while creating the admin client: Invalid file object: None Traceback (most recent ...