AWS Glue Script mode switching back to GUI Mode

0

We are exploring AWS Glue for our use case implementation. It's a great tool for ETL Jobs. However, when supporting the complex transformations......... GUI editor is not supporting it and switched back to script mode to resolve the issue. example: Generation of single output file. It does not allow to switch back to GUI mode. Because of this, we are missing great GUI feature for future enhancements. This was stopping us to move on. (Easiness of usage of this tool for incremental changes)

Will you have any plan in future to support this feature (Switching Script mode to GUI Mode). Thank you.

質問済み 5ヶ月前167ビュー
1回答
0

I don't think that will happen again, that option of reverse engineering code to visual was there in a much older Glue editor, it wasn't a good user experience and was discontinued.
Remember you can always use a custom transform node to put your custom code there (even if it's called transform you can still write to s3 or do anything you like)
You can copy the script onto a notebook (or a new script job) for developing that custom code, while retaining the visual job.

profile pictureAWS
エキスパート
回答済み 5ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ