Zach Angell
Zach Angell
### Summary With all the work done on the `prefect` codebase, it can be tough to track and summarize the changes that have been made. This PR adds automatic changelog...
### Summary This PR adds a unit test to ensure blocks schema checksums stay consistent for all Prefect registered blocks. This is a temporary measure to ensure no breaking changes...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
### Summary An ongoing source of issues for internal Prefect teams has been keeping up to date with changes in the Orion API. This PR introduces - Automatic detection of...
## Current behavior When you call `my_task.map(...)` and `my_task` has `cache_for` logic, the cache is reused across all mapped tasks unless a `cache_validator` is specified. For example, if you have...
## Current behavior We are deprecating Ubuntu 16.04-based machine images on CircleCI in preparation for an EOL on Tuesday, May 31, 2022 to ensure your builds remain secure. For more...
**Bug Description** Cloud UI global agent query is not permission-gated appropriately. **Steps To Reproduce** 1. Create a custom role without `read:agent` permissions 2. Assign that role to yourself 3. Navigate...
**Bug Description** Kubernetes run configs now have a field to define Image Pull Policy. When editing the "Run" screen, the UI does not have an option to provide this field....
This PR adds `flow_run_url` as an available template variable for flow run notifications. We had this feature in v1 and it's a popular request for v2. The default notification template...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...