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
fix(amazonq): default requestedConversions to undefined in manifest (#5924)
## Problem
Recently noticed an issue where language upgrade transformations fail
when our `manifest.json` includes this new key which was added for SQL
conversions (unreleased feature).
## Solution
Use a default of `undefined` for `requestedConversions`, so that it does
not appear in the `manifest.json`, and only add it to the
`manifest.json` when the user is doing a SQL conversion, as this key is
only used for SQL conversions.
---
<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
---------
Co-authored-by: David Hasani <[email protected]>
0 commit comments