Skip to content

feat(timeseries): support state time series#2598

Draft
evertoncolling wants to merge 11 commits into
masterfrom
state-timeseries
Draft

feat(timeseries): support state time series#2598
evertoncolling wants to merge 11 commits into
masterfrom
state-timeseries

test(timeseries): run state ts ops on beta client + allow_no_semaphor…

9e2fa88
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 12, 2026 in 0s

93.50% (-0.16%) compared to 5309e35

View this Pull Request on Codecov

93.50% (-0.16%) compared to 5309e35

Details

Codecov Report

❌ Patch coverage is 80.15873% with 100 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.50%. Comparing base (5309e35) to head (9e2fa88).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
cognite/client/_api/datapoint_tasks.py 63.44% 34 Missing ⚠️
cognite/client/_api/datapoints.py 68.23% 27 Missing ⚠️
cognite/client/utils/_pandas_helpers.py 21.05% 15 Missing ⚠️
cognite/client/utils/_datapoints.py 75.43% 14 Missing ⚠️
cognite/client/data_classes/datapoints.py 85.50% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2598      +/-   ##
==========================================
- Coverage   93.65%   93.50%   -0.16%     
==========================================
  Files         498      499       +1     
  Lines       50342    50834     +492     
==========================================
+ Hits        47148    47531     +383     
- Misses       3194     3303     +109     
Files with missing lines Coverage Δ
cognite/client/_sync_api/datapoints.py 100.00% <ø> (ø)
cognite/client/data_classes/__init__.py 100.00% <ø> (ø)
...ognite/client/data_classes/datapoint_aggregates.py 100.00% <100.00%> (ø)
...ests_integration/test_api/test_state_timeseries.py 100.00% <100.00%> (ø)
tests/tests_unit/test_api/test_datapoints.py 100.00% <100.00%> (ø)
...ts/tests_unit/test_data_classes/test_datapoints.py 100.00% <100.00%> (ø)
cognite/client/data_classes/datapoints.py 88.22% <85.50%> (-0.90%) ⬇️
cognite/client/utils/_datapoints.py 89.16% <75.43%> (-3.48%) ⬇️
cognite/client/utils/_pandas_helpers.py 84.06% <21.05%> (-7.40%) ⬇️
cognite/client/_api/datapoints.py 95.31% <68.23%> (-3.20%) ⬇️
... and 1 more

... and 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.