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(resources): support serialization of Resources dataclasses #2250

Merged
merged 2 commits into from
Mar 10, 2024

Commits on Mar 8, 2024

  1. feat(resources): inherit from from DataClassJSONMixin

    - support serialization of Resources and ResourceSpec
    - allow passing these as configuration to workflows or between tasks
    Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
    cameronraysmith committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f54f424 View commit details
    Browse the repository at this point in the history
  2. test(resources): add tests to (de)serialize Resources instances

    Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
    cameronraysmith committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    07f8788 View commit details
    Browse the repository at this point in the history