SIENTIAPDE-1110

chore: update sientia-dataops-library version to 1.2.1 and add debug_data_package option in test_scouter
This commit is contained in:
vitor-aignosi
2025-07-08 16:34:47 -03:00
parent a848f20c6b
commit 5d4faab557
2 changed files with 3 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ sqlalchemy
redis redis
couchbase couchbase
pymongo pymongo
git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.1.14 git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.2.1

View File

@@ -77,7 +77,8 @@ def test_scouter():
"aggr_func": "test_aggr_func", "aggr_func": "test_aggr_func",
"data_range": [1, 2] "data_range": [1, 2]
} }
} },
"debug_data_package": False
} }
assert result == expected assert result == expected