I'm following this tutorial: https://www.youtube.com/watch?v=EzQArFt_On4
In this tutorial it's only using one python script, what is I need to import some functions from another python script? For example: import script2
I wonder what's the correct way to setup in Glue job? I've tried to store this script in s3 bucket and add the location in editjob
-> Security configuration, script libraries, and job parameters (optional)
->Python library path
, but it gave me error ModuleNotFoundError: No module named 'script2
, does anyone know how to fix this? Thanks.