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
'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.'
587
587
588
588
exportconstinvalidCustomVersionsFileMessage=
589
-
'Your .YAML file is not formatted correctly. Make sure that the .YAML file you upload follows the format of the sample file provided.'
589
+
"I wasn't able to parse the dependency upgrade file. Check that it's configured properly and try again. For an example of the required dependency upgrade file format, see the [documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#dependency-upgrade-file)."
590
590
591
591
exportconstinvalidMetadataFileErrorParsing=
592
592
"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."
exportconstcontinueWithoutHilMessage='I will continue transforming your code without upgrading this dependency.'
648
648
649
-
exportconstcontinueWithoutYamlMessage='Ok, I will continue without this information.'
649
+
exportconstcontinueWithoutConfigFileMessage=
650
+
'Ok, I will continue the transformation without additional dependency upgrade information.'
650
651
651
-
exportconstchooseYamlMessage=
652
-
'You can optionally upload a YAML file to specify which dependency versions to upgrade to.'
652
+
exportconstreceivedValidConfigFileMessage=
653
+
'The dependency upgrade file looks good. I will use this information to upgrade the dependencies you specified.'
654
+
655
+
exportconstchooseConfigFileMessage=
656
+
'Would you like to provide a dependency upgrade file? You can specify first and third party dependencies and their versions in a YAML or JSON file, and I will upgrade them during the transformation. For an example dependency upgrade file, see the [documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#dependency-upgrade-file).'
653
657
654
658
exportconstenterJavaHomePlaceholder='Enter the path to your Java installation'
0 commit comments