Skip to content

refactor(streams): drop compat aliases and legacy DELETE helper

a76d8f7
Select commit
Loading
Failed to load commit list.
Closed

feat: Streams API (ILA streams and records) #2533

refactor(streams): drop compat aliases and legacy DELETE helper
a76d8f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 25, 2026 in 0s

91.36% (+0.01%) compared to c890725

View this Pull Request on Codecov

91.36% (+0.01%) compared to c890725

Details

Codecov Report

❌ Patch coverage is 93.82239% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.36%. Comparing base (c890725) to head (a76d8f7).

Files with missing lines Patch % Lines
cognite/client/_api/streams/records.py 65.51% 10 Missing ⚠️
cognite/client/_api/streams/__init__.py 85.71% 5 Missing ⚠️
...gnite/client/data_classes/streams/stream_record.py 98.98% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2533      +/-   ##
==========================================
+ Coverage   91.35%   91.36%   +0.01%     
==========================================
  Files         192      197       +5     
  Lines       26218    26477     +259     
==========================================
+ Hits        23951    24192     +241     
- Misses       2267     2285      +18     
Files with missing lines Coverage Δ
cognite/client/_api_client.py 91.53% <ø> (ø)
cognite/client/_cognite_client.py 94.17% <100.00%> (+0.11%) ⬆️
cognite/client/data_classes/__init__.py 100.00% <100.00%> (ø)
cognite/client/data_classes/streams/__init__.py 100.00% <100.00%> (ø)
cognite/client/data_classes/streams/stream.py 100.00% <100.00%> (ø)
cognite/client/testing.py 100.00% <100.00%> (ø)
...gnite/client/data_classes/streams/stream_record.py 98.98% <98.98%> (ø)
cognite/client/_api/streams/__init__.py 85.71% <85.71%> (ø)
cognite/client/_api/streams/records.py 65.51% <65.51%> (ø)

... and 4 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.