From a91897bf03541a8e8db69be6171e389832a81cab Mon Sep 17 00:00:00 2001 From: Sabyasachi Bose <115294043+Mr-SabyasachiBose@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:23:57 +0100 Subject: [PATCH] Update HierarchyService.py --- TM1py/Services/HierarchyService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM1py/Services/HierarchyService.py b/TM1py/Services/HierarchyService.py index cb74210b..1fab40a9 100644 --- a/TM1py/Services/HierarchyService.py +++ b/TM1py/Services/HierarchyService.py @@ -458,7 +458,7 @@ def update_or_create_hierarchy_from_dataframe( Abort early if edges contain a circular reference :param unwind: bool Unwind hierarch before creating new edges - :param unwind_consol: bool + :param unwind_consol: str Unwind specific consolidation in hierarch before creating new edges, if unwind == True then this override is ignored and entire hierarch is unwinded :param update_attribute_types: bool If True, function will delete and recreate attributes when a type change is requested.