Skip to content

Tags: dreamdata-io/dataform

Tags

1.20.0

Toggle 1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement a --timeout flag for the CLI. Make the CLI options much mor…

…e type-safe. (dataform-co#1259)

* Implement a --timeout flag for the CLI. Make the CLI options much more type-safe.

* lewis comments

* tslint

1.19.0

Toggle 1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enabling Application Default Credentials for BigQuery (dataform-co#1210)

* Enabling Application Default Credentials for BigQuery

* Updated documentation, cleaned up code, and bumped versions.

* Fixed documentation

* Resolved lint issue.

* BigQuery credentials with just a projectId are valid -- remove test.

1.18.0

Toggle 1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add vars option to CLI (dataform-co#1184)

* Add vars option to CLI

* Wording

* Ben comments

* Disable redshift tests from builder

1.17.2

Toggle 1.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error piping from VM when using mac CLI (dataform-co#1152)

* Fix error piping from VM when using mac CLI

* Tidy

* Swap to using process.send for transmitting data

* Added callback from process send

* Remove process exit logic

* Add missing return

1.17.1

Toggle 1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix IPC piping readable for mac CLI for larger compiled graphs (dataf…

…orm-co#1147)

* Fix piping readable for mac CLI for larger compiled graphs

* Simplify

* Tidy process exit

* Fix import order

* prod for new build

* Revert "prod for new build"

This reverts commit 69677fb.

Co-authored-by: Elias Kassell <eliaskassell@google.com>
Co-authored-by: Ben Birt <benjamin.birt@gmail.com>

1.17.0

Toggle 1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add full support for SQLX compilation to single-query compile request…

…s. (dataform-co#1122)

* Add full support for SQLX compilation to single-query compile requests.

* bump version

* lewis comments

1.16.5

Toggle 1.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make it possible to compile single queries that use ref/resolve's 're…

…st' argument form. (dataform-co#1120)

1.16.4

Toggle 1.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the when() function to all action types. (dataform-co#1119)

* Add the when() function to all action types.

* bump version

1.16.3

Toggle 1.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix database action overrides (dataform-co#1116)

* Fix database action overrides

* Bump version

1.16.2

Toggle 1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes a bug where the compiler would return random stuff when asked t…

…o compile an empty string (dataform-co#1111)

* Fixes a bug where the compiler would return random stuff when asked to compile an empty string

* Fix issue with blank queries not being used to compile

* Update version

* Update with better logic