Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #488 +/- ##
=======================================
Coverage 80.65% 80.65%
=======================================
Files 43 43
Lines 4203 4203
=======================================
Hits 3390 3390
Misses 813 813
🚀 New features to boost your workflow:
|
121yaseen
previously approved these changes
Nov 6, 2025
einarmo
reviewed
Nov 6, 2025
CHANGELOG.md
Outdated
|
|
||
| ### Added | ||
|
|
||
| * Added support for the dataset, dataset_external_id and upload_queue_size in the Extractor Base Config. |
Contributor
There was a problem hiding this comment.
Suggested change
| * Added support for the dataset, dataset_external_id and upload_queue_size in the Extractor Base Config. | |
| * Added support for dataset, dataset_external_id and upload_queue_size in Extractor Base Config. |
einarmo
reviewed
Nov 6, 2025
cognite/extractorutils/__init__.py
Outdated
| """ | ||
|
|
||
| __version__ = "7.9.0" | ||
| __version__ = "7.9.1" |
Contributor
There was a problem hiding this comment.
This being a feature change, it should be 7.10.0
Contributor
Author
There was a problem hiding this comment.
Yes, made the changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR releases the new version for extractor utils
7.10.0which have added support for the datasets and their related methods.