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

feat: Python API update sessions and partitions services #461

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

qdelamea-aneo
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Jan 4, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
991 624 63% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 88a645f by action🐍

Comment on lines +65 to +75
class EventTypes:
UNSPECIFIED = EVENTS_ENUM_UNSPECIFIED
NEW_TASK = EVENTS_ENUM_NEW_TASK
TASK_STATUS_UPDATE = EVENTS_ENUM_TASK_STATUS_UPDATE
NEW_RESULT = EVENTS_ENUM_NEW_RESULT
RESULT_STATUS_UPDATE = EVENTS_ENUM_RESULT_STATUS_UPDATE
RESULT_OWNER_UPDATE = EVENTS_ENUM_RESULT_OWNER_UPDATE

@classmethod
def from_string(cls, name: str):
return getattr(cls, name.upper())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bit too soon no ?

@qdelamea-aneo qdelamea-aneo merged commit 6b2bf82 into main Jan 4, 2024
31 checks passed
@qdelamea-aneo qdelamea-aneo deleted the qd/api.python-sessions-and-partitions branch January 4, 2024 15:30
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.

2 participants