So. Since I would run a git_source as a notebook_task inside a databricks Job, I read that it's possible to forward to the notebook_task (and of course now to git_source) a bunch of parameters via the `base_parameters` field on Rest API.
But, on my git_source, to retrieve them, I would need to install dbutils locally (mostly for developing my git repository), even if dbutils would be provided out of the box on the databricks cluster.
So, how can I install dbutils on my local repository to use the dbutils.widgets.get function?