Skip to content

Releases: dataform-co/dataform

2.0.4: Default to `main` compilation.

24 Nov 10:41
3feffbe
Compare
Choose a tag to compare

This release introduces no new features, but it does change the default compilation mode to something we call main compilation: a cleaner and more maintainable compilation script.

2.0.3: Include `core.proto` in published packages.

11 Oct 09:46
3b5195a
Compare
Choose a tag to compare
Publish core.proto within the @dataform/core package (#1378)

* Publish core.proto within the @dataform/core package

* Bump version

2.0.2: Sandbox security upgrades.

09 Sep 10:45
9927780
Compare
Choose a tag to compare
Upgrade vm2. (#1372)

* Upgrade vm2.

* bump version

1.22.2: Sandbox security upgrades.

09 Sep 11:09
da8f6fb
Compare
Choose a tag to compare
Upgrade vm2. (#1373)

* Upgrade vm2.

* bump version

2.0.1: Better handling of duplicate action names

26 Aug 12:04
fb26719
Compare
Choose a tag to compare
Update @dataform/core to never return a graph with non-unique action …

2.0.0: Dataform on GCP

22 Aug 16:13
e42c57b
Compare
Choose a tag to compare

Breaking changes:

  • defaultLocation is required in dataform.json

Version 2.0.0 will be required for Dataform running on GCP.

1.22.1: Dataform GCP alpha support

12 Jul 13:54
ff0df0b
Compare
Choose a tag to compare

Introduces a defaultLocation field for setting default schema, job locations for Dataform on GCP.

1.22.0: BigQuery options and --include-dependents CLI flag

18 May 08:40
e86cc32
Compare
Choose a tag to compare
            bigquery: {
              additionalOptions : {
                partition_expiration_days : "1",
                "require_partition_filter" : "true",
                friendly_name : '"friendlyName"',
              }
            }
  • --include-dependents flag is now supported in the CLI to request inclusion of dependent actions of all other selected actions in a run

1.21.1: Bugfix

10 Feb 09:26
370ee02
Compare
Choose a tag to compare

Fixes Unexpected token (2:15) error (#1305).

1.21.0: Materialized view support and performance improvements

27 Jan 12:53
02e3043
Compare
Choose a tag to compare

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.