def __init__()

in scripts/glue_wrapper.py [0:0]


    def __init__(self):
        from awsglue.context import GlueContext
        from pyspark.context import SparkContext
        self.glueContext = GlueContext(SparkContext.getOrCreate())
        from transformation_code import transformation_code
        self.transformation_code_obj = transformation_code()