1.15.1: Allow empty pre/post operations.
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.