github dataform-co/dataform 1.6.0

latest releases: 3.0.8, 3.0.7, 3.0.4...
4 years ago

This release introduces potentially breaking changes, as we are now much more strict about excess properties in various configuration blocks.

Any excess properties that aren't allowed will be rejected and cause a compilation error, for example:

config {
  unknownProperty: "x"
}

Will now throw an error. To resolve this, remove any excess properties as indicated by the errors. None of these properties would have had any impact on the project, so it's safe to remove them.

Don't miss a new dataform release

NewReleases is sending notifications on new releases.