Is it possible to source control the dashboard along with a notebook code?
When source controlling a python notebook it gets converted to *.py. It looks like the resulting *.py file loses the information about the dashboard cells. Thus, if this *.py file is imported to Databricks, the dashboard has to be created manually again.
What are the possible solutions to this?