Mocking dbutils.widget inside a docker container
I am trying to pytest a logic that has dbutils.widget
which is a Databricks feature inside a docker container.
My file structure looks like this:
I am trying to pytest a logic that has dbutils.widget
which is a Databricks feature inside a docker container.
My file structure looks like this: