We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d692f05 commit 7a35183Copy full SHA for 7a35183
src/dx/settings.py
@@ -73,7 +73,7 @@ class Settings(BaseSettings):
73
# controls dataframe variable tracking, hashing, and storing in sqlite
74
ENABLE_DATALINK: bool = True
75
ENABLE_RENAMER: bool = True
76
- ENABLE_ASSIGNMENT: bool = False
+ ENABLE_ASSIGNMENT: bool = True
77
78
NUM_PAST_SAMPLES_TRACKED: int = 3
79
DB_LOCATION: str = ":memory:"
0 commit comments