I am wondering if there is a way to output analysis tools as views of the original layers?
join = arcgis.features.summarize_data.join_features(WIFL,SOIL,
attribute_relationship=[{"targetField":"GlobalID","operator":"equal","joinField":"parentglobalid"}],
join_operation='JoinOneToMany',
summary_fields=None,
output_name="WIFL Detection has Soil py",
gis=gis)