This release changes the behaviour of auto-assertions when running named actions from the CLI or via the API (or Dataform Web).
When running an action by name, the auto-assertions for the action will always be included in the run. They will still retain existing behaviour of not blocking any downstream actions unless explicitly added as dependencies.
This change doesn't require an upgrade of @dataform/core
in your project, but upgrading your CLI version with npm i -g @dataform/cli
.