-
Notifications
You must be signed in to change notification settings - Fork 34
Alpha support for streams and records #2246
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
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. |
344b827
to
6cfb164
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2246 +/- ##
==========================================
- Coverage 90.81% 90.66% -0.15%
==========================================
Files 166 170 +4
Lines 24636 24866 +230
==========================================
+ Hits 22373 22546 +173
- Misses 2263 2320 +57
🚀 New features to boost your workflow:
|
de116c6
to
4eb65aa
Compare
We should consider making this a blacklist instead of a whitelist, would be much easier to maintain
Only run them locally for now against the erlend-test project where records&streams is available
Just reuse SourceData (previously NodeOrEdgeData) instead
4eb65aa
to
bf85d13
Compare
Description
Please describe the change you have made.
Checklist:
If a new method has been added it should be referenced in cognite.rst in order to generate docs based on its docstring.