Skip to content

Releases: dataform-co/dataform

v1.0.6

23 Jul 07:38
Compare
Choose a tag to compare
Update version.bzl (#320)

updating version

v1.0.5

18 Jul 15:12
Compare
Choose a tag to compare
Increment package versions to 1.0.5. (#313)

v1.0.4

17 Jul 09:17
fa01d86
Compare
Choose a tag to compare
Escape embedded expressions inside SQLX comments so that they aren't …

…interpreted as expressions at compile-time. (#310)

fixes #309

v1.0.3

16 Jul 14:19
Compare
Choose a tag to compare
Simplify the 'test' API. (#308)

* Simplify the 'test' API.

* fixe

v1.0.2

15 Jul 13:10
Compare
Choose a tag to compare
Don't interpret backticks in comments in SQLX. (#303)

v1.0.1

15 Jul 08:54
a835cbf
Compare
Choose a tag to compare
Release v1.0.1 of @dataform packages. (#302)

v1.0.0

11 Jul 10:26
Compare
Choose a tag to compare
Increment @dataform package versions. Change publish script to automa…

…tically tag the git commit using the correct version. (#295)

* Increment @dataform package versions. Change publish script to automatically tag the git commit using the correct version.

* lewis comments

v1.0.0-alpha.5

26 Jun 13:32
Compare
Choose a tag to compare
Make schema suffixes work correctly for files with explicitly overrid…

…den schemas. (#281)

* Make schema suffixes work correctly for files with explicitly overridden schemas.

* cleanup

* bump df version

v1.0.0-alpha.4

26 Jun 11:35
Compare
Choose a tag to compare
Make ref() work for tables in foreign schemas. (#279)

* Make ref() work when referencing tables in foreign schemas.

* cleanuo

* updated package version

v1.0.0-alpha.3

20 Jun 15:38
9678cb6
Compare
Choose a tag to compare
Drop views in Redshift to allow for changes to the view's columns (an…

…d their types). (#270)