Skip to content

Add ability to login using sessionid

Compare
Choose a tag to compare
@randyzwitch randyzwitch released this 10 May 18:54
· 56 commits to master since this release
0ffc1af

This release adds the ability to create a Connection object by passing a valid sessionid instead of passing user, password, etc. This allows for an external tool to pass a sessionid to pymapd and allow pymapd to continue in the same session as the external tool.

Additionally, a bug was fixed where localized dates threw an error when using load_table_columnar.

Notable PRs
Update Thrift bindings to 4.6.1 (#228)
Detect localized timestamp properly (#230)
Ability to connect using sessionid instead of username and password (#231)