Conversation
Document the goal of running commands to completion (collecting issues at phase boundaries) versus aborting only on ToolkitErrors, which are by definition unrecoverable. Covers the three coexisting severity systems (legacy tk_warnings SeverityLevel, build v2 numeric InsightDefinition, dataio Severity) and the NEAT adapter that originates the Error/Warning naming mismatch in CDF-27907. Related: CDF-27907, CDF-27968.
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 by creating a comment using either
Customization To customize the 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 counterproductive. 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. |
Summary
ToolkitErrorreserved for unrecoverable conditions that abort immediately.tk_warnings.SeverityLevel, build v2 numericInsightDefinition,dataio/logger.Severity) and thecognite.neat._toolkit_adaptermapping where theError/Warningnaming bug originates.Draft for review — the open naming question (
WARNING/NOTICE/HINTvs alternatives) is still being settled with @magnus-schjolberg.Related
Test plan
WARNING/NOTICE/HINT) before implementation work begins on CDF-27968