-
Notifications
You must be signed in to change notification settings - Fork 36
feat: add support for the Streams API #2380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2380 +/- ##
========================================
Coverage 90.97% 90.98%
========================================
Files 192 194 +2
Lines 26138 26256 +118
========================================
+ Hits 23780 23889 +109
- Misses 2358 2367 +9
🚀 New features to boost your workflow:
|
|
I kindly ask we do this post v8 unless there is a very sudden need! |
No rush! But it would be nice to ship it in December or early January if possible 🙂 |
You heard it here first, I promise v8 first half of November (or I'll eat my shoe) |
|
Btw, seen this? #2246 |
Yes, this one is based on that one, but focusing only on streams (plus making sure we keep single item operations on top of streams and changing the stream templates from enum to a simple string). The idea is to get this one in, as it's simpler, and then have a second PR focused only on records. |
Description
Adds support for the Streams API in the Data Modeling module, enabling users to create, retrieve, list, and delete streams.
Checklist:
If a new method has been added it should be referenced in cognite.rst in order to generate docs based on its docstring.