Commits
Click on a commit to change the comparison rangeFix AttributeError in create_flow_run_from_deployment (#18707)
Add null checking for deployment.work_queue and work_pool before accessing
work_pool.name to prevent AttributeError when deployment has no associated
work queue or work pool. Return HTTP 400 with descriptive error message.
- Fix AttributeError: 'NoneType' object has no attribute 'work_pool'
- Add test case for null work_queue scenario
- Apply ruff formatting improvements3 days ago
by eddiemaru-101 Update src/prefect/server/api/deployments.py
Co-authored-by: Alex Streed <desertaxle@users.noreply.github.com>2 days ago
by eddiemaru-101 Merge branch 'main' of https://github.com/PrefectHQ/prefect into fix/18707-deployment-work-queue-null-check2 days ago
by eddiemaru-101 Apply pre-commit formatting changes2 days ago
by eddiemaru-101 Merge branch 'main' into fix/18707-deployment-work-queue-null-check19 hours ago
by eddiemaru-101