Skip to content

1.9.1: Always run auto assertions (#959)

Compare
Choose a tag to compare
@lewish lewish released this 21 Aug 10:30
3db05a5

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.