-
Notifications
You must be signed in to change notification settings - Fork 33
fix: job type issues after new sdk generation #1809
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
base: master
Are you sure you want to change the base?
fix: job type issues after new sdk generation #1809
Conversation
@despadam I hope this is not blocked by anything else at the moment. I see that you are continuously working on it but please feel free to let me know if there is something that I can help with. |
Hi @martin-trajanovski, it is not blocked by anything else, do not worry. The issue is that the are major differences in the Jobs DTOs between v3 and v4 in regards to how we handle authorization and we need to pass some additional fields which are not very straight-forward to get. It is a work in progress though, hopefully to be resolved soon :) |
Good to know. Thank you for your explanation. |
Description
Short description of the pull request
Motivation
Background on use case, changes needed
Fixes:
Please provide a list of the fixes implemented in this PR
Changes:
Please provide a list of the changes implemented by this PR
Tests included
Documentation
official documentation info
If you have updated the official documentation, please provide PR # and URL of the pages where the updates are included
Backend version
Summary by Sourcery
Update job-related services and components to work with a new SDK generation, addressing type compatibility issues
Bug Fixes:
Enhancements: