How to source control a Dashboard?

Mihai1
New Contributor III

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?

Dan_Z
Databricks Employee
Databricks Employee

No, you will need to save as another source, like DBC Archive, to replicate the Notebook features.

View solution in original post