v1.5.11
v1.5.11 - Bugfixes
🛠️ Added
- SQLite Syncer now supports reading rows in batches with
.read_stream(tablename: str, batch: int)
user-management delete
, delete users in bulk from ThoughtSpotsearchable audit-logs
, fetch data from the Security Logs API
🐛 Bugfix
- prefer
TIMESTAMP
overDateTime
in the Searchable data model - allow delimiter character in free form fields (Title, Description) in the Searchable data model
- support Falcon
DATE_TIME
data type in Searchable SpotApp - fix for system object references on ThoughtSpot 10.1 and greater for certain
DatabaseSyncer
s - fix for #157 |
scriptability export
does not support Models
🫀 CS Tools Internals
- fixes for Falcon data-loading API intermediate stages
- switch intermediate temporary-date syncer from
CSV
->SQLite
to handle referential integrity - fix for modern pydantic warning the CLI on implicit type casts
- add missing
GroupPrivilege
enumeration - update dependencies and CI
This is part of the major 1.5.0 series of releases, read about it in Our Documentation.
Full Changelog: v1.5.10...v1.5.11