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

slurmdbd: Implement Association API #301

Open
5 of 10 tasks
tazend opened this issue Jun 3, 2023 · 0 comments
Open
5 of 10 tasks

slurmdbd: Implement Association API #301

tazend opened this issue Jun 3, 2023 · 0 comments
Assignees

Comments

@tazend
Copy link
Member

tazend commented Jun 3, 2023

Classes

  • Association class providing access to all possible members of slurmdb_assoc_rec_t
  • Associations class, acting as a custom collection (dict) that holds all the Association instances.
  • AssociationFilter class acting as a wrapper around slurmdb_assoc_cond_t to search for associations matching specific conditions (server-side SQL filter).

General Functionality for the Associations class

  • modify
  • load
  • delete
  • create

Other

  • Documentation
  • Write tests
  • Write examples
@tazend tazend self-assigned this Jun 3, 2023
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

No branches or pull requests

1 participant