Azure – How to import dbutils module in Python on Databricks
In Databricks Python notebook I can easily use dbutils module. Now I also would like to use it within plain Python file which I import into Databricks notebook Here is an example. Here is content of some_python_module.py secret_value = dbutils.secrets.get("some_location",…