File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1313* Add ` ttl ` parameter to ` GdsSessions.get_or_create ` to control if and when an unused session will be automatically deleted.
1414* Add concurrency control for remote write-back procedures using the ` concurrency ` parameter.
1515* Add progress logging for remote write-back when using GDS Sessions.
16+ * Added a flag to GraphDataScience and AuraGraphDataScience classes to disable displaying progress bars when running procedures.
1617
1718## Bug fixes
1819
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ def __init__(
6464 GDS Arrow Flight server.
6565 bookmarks : Optional[Any], default None
6666 The Neo4j bookmarks to require a certain state before the next query gets executed.
67+ show_progress : bool, default True
68+ A flag to indicate whether to show progress bars for running procedures.
6769 """
6870 if aura_ds :
6971 GraphDataScience ._validate_endpoint (endpoint )
You can’t perform that action at this time.
0 commit comments