You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/src/amazonq/webview/ui/tabs/constants.ts
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,10 @@ What would you like to work on?`,
35
35
title: 'Q - Code Transformation',
36
36
placeholder: 'Open a new tab to chat with Q',
37
37
welcome: isSQLTransformReady
38
-
? `Welcome to Code Transformation!
38
+
? `Welcome to code transformation!
39
39
40
-
I can help you upgrade your Java 8 and 11 codebases to Java 17 ("language upgrade") &
41
-
I can also convert embedded SQL from Oracle to PostgreSQL ("SQL conversion"). What would you like to do?`
42
-
: `Welcome to Code Transformation!
40
+
I can help you upgrade your Java 8 and Java 11 codebases ("language upgrade") and convert embedded SQL from Oracle databases to PostgreSQL ("SQL conversion"). What would you like to do?`
41
+
: `Welcome to code transformation!
43
42
44
43
I can help you upgrade your Java 8 and 11 codebases to Java 17.`,
exportconstunsupportedJavaVersionChatMessage=`Sorry, currently I can only upgrade Java 8 or Java 11 projects. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
504
504
505
505
exportconstselectSQLMetadataFileHelpMessage=
506
-
'Next, I need the metadata ZIP file of your project. You can download the metadata ZIP file by going to AWS Console -> AWS DMS -> Migration Projects. Open the schema conversion project and navigate to the S3 bucket linked to it. You will find the ZIP file under the {schema-conversion-project}/ directory.'
506
+
'Next, I need the zipped metadata file from your schema conversion. You can download the metadata by going to your migration project in the the AWS DMS console. Open the schema conversion and choose **Convert the embedded SQL in your application**. You can downloaded the metadata from Amazon S3 in the {schema-conversion-project}/ directory.'
507
507
508
-
exportconstinvalidMetadataFileUnsupportedSourceDB=`Sorry, the .sct file in the provided ZIP appears to be invalid; the source DB must be Oracle.`
'I can only convert SQL for migrations from an Oracle source database. The provided .sct file indicates another source database for this migration.'
509
510
510
-
exportconstinvalidMetadataFileUnsupportedTargetDB=`Sorry, the .sct file in the provided ZIP appears to be invalid; the target DB must be Aurora PostgreSQL or Amazon RDS for PostgreSQL.`
'I can only convert SQL for migrations to Aurora PostgreSQL or Amazon RDS for PostgreSQL target databases. The provided .sct file indicates another target database for this migration.'
511
513
512
-
exportconstinvalidMetadataFileErrorParsing='Sorry, the .sct file in the provided ZIP appears to be invalid.'
514
+
exportconstinvalidMetadataFileErrorParsing=
515
+
"It looks like the .sct file you provided isn't valid. Make sure that you've uploaded the .zip file you retrieved from your schema conversion in AWS DMS."
513
516
514
517
exportconstinvalidMetadataFileNoSctFile=
515
-
'Sorry, the provided ZIP does not contain a .sct file, which is needed to do the transformation.'
518
+
"An .sct file is required for transformation. Make sure that you've uploaded the .zip file you retrieved from your schema conversion in AWS DMS."
516
519
517
-
exportconstsqlMetadataFileReceived='I detected the following in the .sct file from the provided ZIP.'
520
+
exportconstsqlMetadataFileReceived=
521
+
'I found the following source database, target database, and host based on the schema conversion metadata you provided:'
518
522
519
523
exportconstfailedToStartJobChatMessage=
520
524
"Sorry, I couldn't begin the transformation. Please try starting the transformation again."
0 commit comments