Bold BI dashboards Git integration
In Bold BI, it’s possible to download dashboards from tenants deployed on your server. Dashboards can be downloaded through both the UI and API.
How to download dashboards:
-
To download the dashboard file via the UI, please refer to the following documentation.
-
To download the dashboard file via API, please refer to the following documentation.
As Bold BI does not have native Git integration, you will need to use an external tool like VS Code to set up your Git repository.
Follow these steps to save dashboard files in source control.
-
Open the bbix file folder using VS Code to create a local Git repository.
-
After opening the folder, click on the
Source Control
option and chooseInitialize Repository
.
-
Enter a commit message and perform the initial commit.
-
From now on, any changes you make to the ‘bbix’ file in the tracked folder will be monitored by your local Git.
-
By working with a local Git repository, you will receive immediate benefits such as:
• Backup and quick recovery of previous versions.
• Tracking changes: