Redivis

Latest version: v0.17.3

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 8

0.8.2

Fix query.to_dataframe throws for empty results 28

0.8.1

Full reference available at: https://apidocs.redivis.com/client-libraries/redivis-python/reference

Breaking changes
- Previously, when multiple uploads on a version of a table had the same name, this library would accept these duplicate uploads by automatically appending a counter to the name of subsequent uploads. With this latest version, the default behavior is to raise an error when multiple uploads have the same name, under the assumption that the intent probably isn't to upload the same file twice.
- See the `rename_on_conflict`, `replace_on_conflict`, and `if_exists` parameters on the [upload.create method](https://apidocs.redivis.com/client-libraries/redivis-python/reference/upload#create-data-type-delimited-delimiter-none-schema-none-has_header_row-true-skip_bad_records-false-all) to control this behavior.

New features
- Add support for creating index tables via `table.create(is_file_index = True)` [(docs)](https://apidocs.redivis.com/client-libraries/redivis-python/reference/table#create-description-none-upload_merge_strategy-append-is_file_index-false)
- Add support for uploading non-tabular files to an index table via `table.add_file(name, data)` [(docs)](https://apidocs.redivis.com/client-libraries/redivis-python/reference/table#add_file-name-data)
- Several new parameters on the `upload.create() method` [(docs)](https://apidocs.redivis.com/client-libraries/redivis-python/reference/upload#create-data-type-delimited-delimiter-none-schema-none-has_header_row-true-skip_bad_records-false-all)
- `allow_jagged_rows`
- `rename_on_conflict`
- `replace_on_conflict`
- `metadata`: specify variable labels, descriptions, and valueLabels as part of the upload
- Add `variable.update(label, description, value_labels)` method to update variable metadata [(docs)](https://apidocs.redivis.com/client-libraries/redivis-python/reference/variable#update-label-description-value_labels)

Bug fixes
- Fixed an issue with multipart file uploads, which could have led to some of the `upload.create` parameters being ignored in certain situations.

Page 8 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.