utilities/Utils.py [616:633]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            ProcessingInputs=_create_processing_inputs(processing_dir, flow, flow_uri),
            ProcessingOutputConfig={
                'Outputs': [
                    {
                        'OutputName': 'e6a71ea2-dd1e-477f-964a-03238f974a35.default',
                        'FeatureStoreOutput': {
                            'FeatureGroupName': feature_group_name
                        },
                        'AppManaged': True
                    }
                ],
            },
            ProcessingJobName=processing_job_name,
            ProcessingResources=processingResources,
            AppSpecification=appSpecification,
            RoleArn=iam_role
        )
    return processing_job_name
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



utilities/feature_store_helper.py [1810:1827]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                ProcessingInputs=_create_processing_inputs(processing_dir, flow, flow_uri),
                ProcessingOutputConfig={
                    'Outputs': [
                        {
                            'OutputName': 'e6a71ea2-dd1e-477f-964a-03238f974a35.default',
                            'FeatureStoreOutput': {
                                'FeatureGroupName': feature_group_name
                            },
                            'AppManaged': True
                        }
                    ],
                },
                ProcessingJobName=processing_job_name,
                ProcessingResources=processingResources,
                AppSpecification=appSpecification,
                RoleArn=iam_role
            )
        return processing_job_name
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



