- Rename
tenant_id
toproject_id
in classgraphdatascience.session.AuraAPICredentials
.
- Allow the creation of fully standalone GDS Sessions by omitting the database connection information
- Fixed a bug, where write procedures would not properly log for GDS Sessions.
- Reduce calls to the Aura API during GdsSessions::get_or_create.
- Improve error message when a query is interrupted by a signal (SIGINT or SIGTERM).
- Improve error message if session is expired.
- Improve robustness of Arrow client against connection errors such as
FlightUnavailableError
andFlightTimedOutError
. - Return dedicated error class
SessionStatusError
if a session failed or expired.
- Aura API credentials will now be used to authenticate with the Session