Migrating a DS Lab Project
The DS Lab Project Migration feature enables users to import a previously exported DS Lab project, script, or model from a Git repository. This ensures seamless transfer of projects across environments, workspaces, or user accounts while maintaining version history and project integrity.
Pre-requisites
Before migrating a DS Lab project:
Complete the DS Lab Migration configuration in the Admin module, including:
Version Control settings
Execution settings
DS Lab settings
Refer to the Exporting a Model part to understand how to export a data science model.
Steps to Import a Migrated DS Lab Project
Navigation path: Admin Module > Git Migration > Import File > Import Document
Navigate to the Admin Module.
Click the Git Migration icon from the side navigation bar.
Click Import File.
On the Import Document page, click Import.
The Document Import page opens.
Select New VCS for the Version Control configuration.
From the Select Module drop-down, choose Dslabs.
From the Migration – Document Import drop-down, select the Project to migrate.
Use the Search bar to locate a specific project from the displayed list.
Click the Project from the displayed list.
Available versions of the selected project appear on the right side.
Select the desired version by checking the checkbox.
The Project name and Project URL are displayed below.
Select a branch from the Branch drop-down menu.
Click Migrate to initiate the migration.
A notification message confirms that the project has been successfully migrated.
Accessing the Migrated Project
Navigate to the Projects page in the Data Science Lab module.
The migrated project will be added to the top of the project list.
The project is now available for opening, editing, or running notebooks, scripts, and models.
Last updated