Skip to content

Commit 84e7a99

Browse files
Add doc string and changelog entry
1 parent e9f5931 commit 84e7a99

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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

graphdatascience/graph_data_science.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)