Skip to content
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

[prep PYG-218] 🫠Query Module #392

Merged
merged 23 commits into from
Dec 25, 2024
Merged

[prep PYG-218] 🫠Query Module #392

merged 23 commits into from
Dec 25, 2024

Conversation

doctrino
Copy link
Collaborator

Description

Please describe the change you have made.

Checklist:

  • Tests added/updated.
  • Documentation updated.
  • Changelog updated in CHANGELOG.md.
  • Version bumped. If triggering a new release is desired (?), bump the version number by running python dev.py bump --patch (replace --patch with --minor or --major per semantic versioning).
  • Regenerate example SDKs export PYTHONPATH=. && python dev.py generate. Need to be run both
    for pydantic v1 and v2 environments.

Copy link

github-actions bot commented Dec 24, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4796 3406 71% 60% 🟢

New Files

File Coverage Status
cognite/pygen/_core/templates/data_classes_core_query_filter_classes.py.jinja 7% 🟢
cognite/pygen/_query/init.py 100% 🟢
cognite/pygen/_query/builder.py 70% 🟢
cognite/pygen/_query/constants.py 100% 🟢
cognite/pygen/_query/interface.py 79% 🟢
cognite/pygen/_query/processing.py 55% 🟢
cognite/pygen/_query/step.py 88% 🟢
TOTAL 71% 🟢

Modified Files

File Coverage Status
cognite/pygen/_init_.py 100% 🟢
cognite/pygen/_core/generators.py 95% 🟢
TOTAL 97% 🟢

updated for commit: a71a1a2 by action🐍

@doctrino doctrino changed the title [PYG-218] 🫠Query Module [prep PYG-218] 🫠Query Module Dec 25, 2024
@doctrino doctrino marked this pull request as ready for review December 25, 2024 00:14
@doctrino doctrino merged commit 8caeba2 into main Dec 25, 2024
7 checks passed
@doctrino doctrino deleted the refactor-query branch December 25, 2024 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant