SnowConvert AI: Bereitstellung¶
SnowConvert AI, as part of the end-to-end migration experience, offers the option to deploy converted database objects directly to your Snowflake environment. With this deployment feature, you can review conversion results, authenticate to Snowflake, and deploy selected objects with their proper dependencies and execution order. This deployment feature is available for SQL Server and Amazon Redshift databases.
Conversion status indicators¶
Vor der Bereitstellung bietet SnowConvert AI visuelle Indikatoren, die Ihnen dabei helfen, den Konvertierungsstatus jedes Objekts nachzuvollziehen:
Bereit für die Bereitstellung¶
Objekte, die erfolgreich konvertiert wurden und ohne Probleme für die Bereitstellung bereit sind.
Warnungen zum funktionalen Datenmodell (FDM)¶
In der Konvertierung wurden Objekte mit FDMs gefunden. Es wird empfohlen, diese vor der Bereitstellung zu überprüfen, auch wenn sie weiterhin bereitgestellt werden können.
Fehler bezüglich „Equivalent Work Item“ (EWI)¶
Objekte mit EWIs weisen kritische Probleme auf, die vor der Bereitstellung behoben werden müssen. Diese Objekte können erst bereitgestellt werden, wenn die Probleme behoben sind.
Bemerkung
Ausführliche Informationen zu FDMs und EWIs finden Sie unter Technische Dokumentation für SnowConvert AI.
Supported authentication methods¶
Der Bereitstellungsprozess unterstützt zwei Authentifizierungsmethoden für die Verbindung mit Ihrer Snowflake-Umgebung:
SSO (Single Sign-On)¶
Allows authentication using your organization’s Single Sign-On provider configured with Snowflake. This method provides seamless integration with your existing identity management system.
Standard authentication¶
Dies ist die herkömmliche Authentifizierung mit Benutzername und Kennwort mit den folgenden Sicherheitsanforderungen:
Für Ihr Snowflake-Konto muss die mehrstufige Authentifizierung (MFA) aktiviert sein.
Es werden die Best Practices und Empfehlungen von Snowflake befolgt.
Bemerkung
The account identifier must use - for separation instead of . (for example, orgname-account-name).
Warnung
Ensure that you follow Snowflake’s security recommendations and have multi-factor authentication (MFA) enabled.
Deployment execution order¶
Der Bereitstellungsprozess führt die Datenbankobjekte in einer bestimmten Reihenfolge aus, um die richtigen Abhängigkeiten aufrechtzuerhalten:
Databases: Created first to establish the container structure.
Schemas: Created within databases to organize objects.
Tables: Created to establish data structures.
Views: Created after tables because they depend on table structures.
Functions: Deployed to provide reusable logic.
Stored Procedures: Deployed last as they may reference other objects.
Deploy converted database objects to Snowflake¶
You can deploy your converted database objects to Snowflake. After deployment, you can proceed with data migration to complete the end-to-end migration process.
Ensure that you meet the following prerequisites before deploying converted objects:
You completed conversion process with objects ready for deployment.
You have a valid Snowflake account with appropriate permissions.
You have multi-factor authentication (MFA) enabled (for Standard authentication).
Complete the following steps to deploy converted objects:
In SnowConvert AI, open the project, and then select Deploy code.
On the Connect to Snowflake page, complete the fields with your connection information, and then select Sign in.
The Select objects to deploy page appears. The following image is an example of the page:

Review the conversion status and resolve any errors before proceeding.
Examine the status indicators for each object in your project. Resolve any EWI errors before proceeding.
Select the objects that you want to deploy to Snowflake.
Only select objects with successful conversion status or acceptable FDM warnings.
Bemerkung
If you make changes to object files, you can refresh the conversion status by selecting Refresh files.
Select Deploy.
The deployment process starts. Objects are deployed automatically, in the proper dependency order. When deployment finishes, the Deployment results window appears.
In Deployment results, review the results for success confirmations or error messages.
The following image is an example of a Deployment results window:

Bemerkung
Only successfully converted objects are available for deployment. You must resolve objects with EWI errors before you can deploy them.
After completing the deployment process, your database objects are available in your Snowflake environment. You can then proceed with data migration to transfer your data to complete the full migration process and make everything ready for use in your applications and workflows.