ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
(_RBAC_ is not replaced yet) -Add STS auth method to codebase (But no test yet) #### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? ####...
To be rebased after #1860 is merged #### Reference Issues/PRs Closes #1830
To be rebased after #1834 is merged #### Reference Issues/PRs Closes #1721 Closes #245 ### Performance: Benchmarked using 8 cores, with mimalloc preloaded, and lmdb as the storage backend Data...
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
### Describe the bug Write does not support the pandas dtype `Int64Dtype`: ``` File [/opt/homebrew/anaconda3/envs/py3110/lib/python3.11/site-packages/arcticdb/version_store/_normalization.py:182](http://localhost:8888/opt/homebrew/anaconda3/envs/py3110/lib/python3.11/site-packages/arcticdb/version_store/_normalization.py#line=181), in _to_primitive(arr, arr_name, dynamic_strings, string_max_len, coerce_column_type, norm_meta) 181 obj_tokens = (object, "object", "O") --> 182...
Todo: Write detailed description when ready with setup #### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [...
https://docs.getmoto.org/en/latest/docs/services/sts.html `moto` has incomplete support for sts with role assuming. Although it doesn't verify the existence of the role but could still be valuable for testing. Note: it may not...
Minimal repro: ``` def test_resample_multiindex(lmdb_version_store_v1): lib = lmdb_version_store_v1 sym = "test_resample_multiindex" df = pd.DataFrame( data={ "a": [2, 3], "b": [4, 5], }, index=pd.MultiIndex.from_arrays([[pd.Timestamp("2024-01-01"), pd.Timestamp("2024-01-02")], [0, 1]], names=["datetime", "sequence number"]) )...
#### Reference Issues/PRs Fixes #1406 and #1827 #### What does this implement or fix? - Unify the way time zones are handled for indexes and metadata, as much as possible...
#### Reference Issues/PRs As segfault is not reproducible locally I'm running python conda tests with valgrind on the CI #### What does this implement or fix? #### Any other comments?...