Skip to content

🐛 Add missing user property to API Run object #794

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

Merged
merged 1 commit into from
May 16, 2025

Conversation

kzscisoft
Copy link
Collaborator

@kzscisoft kzscisoft commented May 16, 2025

Add missing user property to API Run object

Issue: #793

Python Version(s) Tested: Python versions this fix has been verified against.

Operating System(s): Operating systems this fix has been tested in.

📝 Summary

Adds the 'user' attribute to the Run API low level object

🔍 Diagnosis

Run.user property was missing, this is needed by the CLI.

🔄 Changes

Added missing `@property'

✔️ Checklist

  • Unit and integration tests passing.
  • Pre-commit hooks passing.
  • Quality checks passing.

Adds the 'user' attribute to the Run API low level object
@kzscisoft kzscisoft linked an issue May 16, 2025 that may be closed by this pull request
@kzscisoft kzscisoft merged commit 8496b38 into dev May 16, 2025
12 of 17 checks passed
@kzscisoft kzscisoft deleted the 793-add-missing-user-property-to-apiobjectsrunrun branch May 20, 2025 20:33
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.

Add missing user property to api.objects.run.Run
1 participant