Snowpark Migration Accelerator: 프로젝트 설정

This section explains how to create and manage projects with the Snowpark Migration Accelerator (SMA) tool.

프로젝트 페이지

When you first open the Snowpark Migration Accelerator (SMA), you will see the project page. On this page, you will find the following two options:

Accelerator Project 페이지

새 프로젝트 생성하기

“New Project” 버튼을 클릭하면 프로젝트 생성 화면이 열립니다.

프로젝트 생성 페이지

프로젝트 생성 페이지에는 완료해야 하는 여러 필드가 있습니다.

  1. 프로젝트 이름: 프로젝트의 이름을 입력합니다. 이 이름은 설정을 저장하고 여러 실행을 추적하는 데 사용됩니다. 프로젝트 파일에 대한 자세한 내용은 아래에서 확인할 수 있습니다.

  2. Email Address: Enter your email address to identify yourself as a tool user. This should be the user of the tool, not the owner of the codebase being scanned.

  3. Company Name: Enter the name of the organization whose code you are working with. If you are analyzing your own code, enter your organization’s name. If you are working with another organization’s code, enter their name. This helps organize projects by organization.

  4. Input Folder: Select the folder containing your source code. Note that SMA will only analyze supported file types.

  5. Output Folder Path: Select the directory where SMA will store output files, including logs, reports, and converted code.

  6. SQL Language: Select either SparkSQL, HiveSQL or Databricks based on your source code. (Optional)

도구를 실행하려면 모든 필드를 완료해야 합니다.

After completing your project setup, you have two options:

  • Click “Save” to save your project and continue to the next step

  • 저장하지 않고 종료하려면 “Cancel”을 클릭합니다

Clicking “Cancel” returns you to the main screen. If you choose “Save” your project settings will be saved in a .snowct file. This file allows you to reopen the project later with all your configured settings intact.

Notes on the SMA Project File (.snowct)

The .snowct file is a project configuration file that stores your project settings and assessment history. This file allows you to:

  • 동일한 구성 설정을 사용하여 도구를 다시 실행합니다

  • 이전 실행의 평가 데이터 액세스 및 검토

Each time you click “Save”, SMA creates a project file (with a .snowct extension) in the root of your selected output folder.

.snowct project file

사용자에게는 다음과 같은 기능이 제공됩니다.

  • Double-click the .snowct file to open an existing project

  • 메인 화면에서 “Open Project”를 클릭하여 기존 프로젝트를 엽니다

![프로젝트 페이지](../../../../images/migrations/sma-assets/03- ProjectPage .png “image”)

프로젝트 열기

From the main screen, click Open Project to launch your file browser. Select a project file with a .snowct extension to open the project home page. This action works regardless of your project’s completion status.

Project Home

다음 섹션에서는 애플리케이션 사용 시 사용 가능한 구성 옵션과 설정에 대해 설명합니다.