-
Notifications
You must be signed in to change notification settings - Fork 27
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
allow None for workflowExecutionId in WorkflowTriggerRun #1903
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1903 +/- ##
==========================================
- Coverage 90.78% 90.77% -0.01%
==========================================
Files 126 126
Lines 19698 19700 +2
==========================================
+ Hits 17882 17883 +1
- Misses 1816 1817 +1
|
CHANGELOG.md
Outdated
@@ -17,6 +17,11 @@ Changes are grouped as follows | |||
- `Fixed` for any bug fixes. | |||
- `Security` in case of vulnerabilities. | |||
|
|||
## [7.56.1] - 2024-09-03 | |||
### Fixed | |||
- [Feature Preview - alpha] data workflows: `workflowExecutionId` in `cognite.client.data_classes.workflows.WorkflowTriggerRun` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Feature Preview - alpha] data workflows: `workflowExecutionId` in `cognite.client.data_classes.workflows.WorkflowTriggerRun` | |
- [Feature Preview - beta] data workflows: `workflowExecutionId` in `cognite.client.data_classes.workflows.WorkflowTriggerRun` |
consistent with the previous changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spec is wrong, we need to update |
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.