You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reapply "Fix estimation endpoint take 3"
This reverts commit 6ea56b5.
* Reapply "Use new estimate endpoint on Aura API"
This reverts commit 5f1fbf1.
* Allow list of str for algo categories as well
* Improve size parsing testing
+ reduce time for unit test
Copy file name to clipboardExpand all lines: changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
## Improvements
10
10
11
11
-`GdsSessions.get_or_create` now allows to specify the `aura_instance_id` instead of `uri` as part of the `db_connection`. This is required if the instance id could not be derived from the provided database connection URI such as for Multi-Database instances.
12
+
-`GdsSessions.estimate` now recommends smaller sizes such as `2GB`. Also allows specifying property and label counts for better estimates.
0 commit comments