I have this dilemma of making a .json
file into a file format that needs to be uploaded to AWS Redshift.
I followed these articles to proceed with it:
https://github.com/aws-samples/aws-glue-samples/blob/master/examples/join_and_relationalize.md
As part of the instructions in both articles, DevEndpoint
notebook must be launched. I was successful to create it however, I am unable to run any queries because I am unable to find any script editor, as seen below.
Please click to see image of issue
Am I missing any configuration?
I need to transform JSON files and I am not even halfway on it.