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:

Open project - Browse and select a previously created project file. For more details about opening an existing project, see more information on opening an existing project.
New project - Select this option to create a new project. Learn more about creating a new project.
新規プロジェクトの作成¶
「新規プロジェクト」ボタンをクリックすると、プロジェクト作成画面が表示されます。

プロジェクト作成ページには複数のフィールドがあります。
プロジェクト名: プロジェクト名を入力します。この名前は、設定を格納し、複数の実行を追跡するために使用されます。プロジェクトファイルの詳細については、以下をご参照ください。
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.
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.
Input Folder: Select the folder containing your source code. Note that SMA will only analyze supported file types.
Output Folder Path: Select the directory where SMA will store output files, including logs, reports, and converted code.
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
「キャンセル」をクリックすると、保存せずに終了します。
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.

ユーザーとして、以下の機能を利用することができます。
Double-click the
.snowctfile to open an existing projectメイン画面で「プロジェクトを開く」をクリックして、既存のプロジェクトを開く

プロジェクトを開く¶
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.

次のセクションでは、アプリケーションを使用する際に使用可能な構成オプションと設定について説明します。