amazon-braket-sdk-python icon indicating copy to clipboard operation
amazon-braket-sdk-python copied to clipboard

Validate hybrid jobs name

Open shalini9894 opened this issue 6 months ago • 0 comments

Hello,

Below are the changes I made,

1.Added _HYBRID_JOB_NAME_PATTERN regex in hybrid_job.py to enforce AWS job name rules.

  1. Added _validate_hybrid_job_name() helper.

  2. Created 8 pytest cases in test_hybrid_job_name.py covering valid and invalid names.

  3. Also, I specifically ran only the part I worked thus passing 8 tests.

  4. Did .venv cleanup.

shalini9894 avatar Jun 24 '25 21:06 shalini9894