Skip to content

Commit

Permalink
Added ArcticDB support
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Apr 1, 2024
1 parent 31e124c commit 6c7a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findatapy/util/dataconstants.py
Expand Up @@ -85,7 +85,7 @@ class DataConstants(object):
###### FOR ArcticDB
arcticdb_dict = {
"prune_previous_versions": False,
"write_style": "write", # "write" / "append"
"write_style": "write", # "write" / "append" / "update"
"force_create_library": False,
"allow_on_disk_filter": True,
"query_builder": None
Expand Down

0 comments on commit 6c7a83c

Please sign in to comment.