Dataform Versions Save

Dataform is a framework for managing SQL based data operations in BigQuery, Snowflake, and Redshift

2.0.3

1 year ago

1.22.2

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

Breaking changes:

  • defaultLocation is required in dataform.json

Version 2.0.0 will be required for Dataform running on GCP.

1.22.1

1 year ago

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

1.22.0

2 years ago
            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

2 years ago

Fixes Unexpected token (2:15) error (https://github.com/dataform-co/dataform/issues/1305).

1.21.0

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.

1.20.3

2 years ago

This release removes support for run caching, and introduces a number of proto API cleanups in advance of Dataform's GCP integration.

Importantly, this removes name and dependencies fields from the CompiledGraph proto. Please migrate to target.* and dependencyTargets instead.

(This release was previously rolled back in 1.20.2).