amazon-braket-sdk-python
amazon-braket-sdk-python copied to clipboard
Validate hybrid jobs name
Hello,
Below are the changes I made,
1.Added _HYBRID_JOB_NAME_PATTERN regex in hybrid_job.py to enforce AWS job name rules.
-
Added _validate_hybrid_job_name() helper.
-
Created 8 pytest cases in test_hybrid_job_name.py covering valid and invalid names.
-
Also, I specifically ran only the part I worked thus passing 8 tests.
-
Did .venv cleanup.