-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(metrics): add option to specify dataset. #271
feat(metrics): add option to specify dataset. #271
Conversation
Add option to specify data set under which metrics timeseries will be created under when pushing metrics to cognite.
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.
Hi! And thanks for your contribution.
I think the linting will fail when it's run, but until then I think there are some style mistakes here. Run pre-commit run --all
locally to fix them.
Also please update the changelog.
I've fixed the style and updated change log. However, pre-commit reports errors that are not related to the updated files/classes |
The failing CI run is from the tests, and it's related to the updated files. This PR introduces a circular dependency which makes the tests (or anything else) incapable of importing anything from either module:
This would cause an infinite recursion if the import system didn't catch it. The Hope that helps! |
@mathialo replaced |
Great! The remaining failures seem to be related to some credentials needed for integration tests, which are not available to PRs from external repos. I'll merge this into an intermediate branch, and add a new PR from that branch. |
6c43847
into
cognitedata:external-pr-intermediate
Thanks @mathialo |
When this merges, the feature should be released #272 |
Add option to specify data set under which metrics timeseries will be created under when pushing metrics to cognite. Co-authored-by: Ahmed AlSahaf <[email protected]> Co-authored-by: Babatunde Aromire <[email protected]>
Add option to specify data set under which metrics timeseries will be created under when pushing metrics to cognite.