Skip to content

1.15.1: Allow empty pre/post operations.

Compare
Choose a tag to compare
@BenBirt BenBirt released this 23 Oct 15:28
da67603

Previously Dataform would throw a compile error when pre_operations or post_operations was empty, which made it hard to write things like:

pre_operations {
  ${when(<may be false>, "something")}
}

This has now been fixed.