awsglue/transforms/field_transforms.py [252:272]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "optional": False,
                "defaultValue": None}
        arg3 = {"name": "frame1",
                "type": "String",
                "description": "name for the dynamic frame to be split off",
                "optional": True,
                "defaultValue": "frame1"}
        arg4 = {"name": "frame2",
                "type": "String",
                "description": "name for the dynamic frame remains on original",
                "optional": True,
                "defaultValue": "frame2"}
        arg5 = {"name": "transformation_ctx",
                "type": "String",
                "description": "A unique string that is used to identify stats / state information",
                "optional": True,
                "defaultValue": ""}
        arg6 = {"name": "info",
                "type": "String",
                "description": "Any string to be associated with errors in the transformation",
                "optional": True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



awsglue/transforms/field_transforms.py [334:354]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "optional": False,
                "defaultValue": None}
        arg3 = {"name": "frame1",
                "type": "String",
                "description": "name for the dynamic frame to be split off",
                "optional": True,
                "defaultValue": "frame1"}
        arg4 = {"name": "frame2",
                "type": "String",
                "description": "name for the dynamic frame remains on original",
                "optional": True,
                "defaultValue": "frame2"}
        arg5 = {"name": "transformation_ctx",
                "type": "String",
                "description": "A unique string that is used to identify stats / state information",
                "optional": True,
                "defaultValue": ""}
        arg6 = {"name": "info",
                "type": "String",
                "description": "Any string to be associated with errors in the transformation",
                "optional": True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



