github dataform-co/dataform 1.21.0
1.21.0: Materialized view support and performance improvements

latest releases: 3.0.0, 3.0.0-beta.6, 3.0.0-beta.5...
2 years ago

Support for materialized views has been added for BigQuery and Snowflake. Example:

config {
  type: "view",
  materialize: true,
  ...
}
...

In addition, performance improvements have been made to @dataform/core that significantly improve Dataform compilation times, especially for larger projects. We strongly recommend upgrading to this version to receive these performance improvements.

Don't miss a new dataform release

NewReleases is sending notifications on new releases.