awsglue/utils.py (4 lines): - line 99: # TODO: Make these mandatory, for now for backward compatability making these optional, also not including JOB_NAME in the reserved parameters list. - line 110: # TODO: Remove special handling for 'RedshiftTempDir' and 'TempDir' after TempDir is made mandatory for all Jobs - line 123: # TODO: remove special handling after TempDir is made mandatory for all jobs - line 125: # TODO: Remove special handling for 'RedshiftTempDir' and 'TempDir' awsglue/transforms/relationalize.py (2 lines): - line 35: # TODO: Make staging_path a mandatory argument - line 39: # TODO: Remove special handling of staging_path and make it mandatory after TempDir is made a mandatory argument awsglue/glue_shell.py (1 line): - line 22: # TODO: Figure out if/how to use HiveContext