Tags: dreamdata-io/dataform
Tags
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
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.
Add vars option to CLI (dataform-co#1184) * Add vars option to CLI * Wording * Ben comments * Disable redshift tests from builder
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
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>
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
Make it possible to compile single queries that use ref/resolve's 're… …st' argument form. (dataform-co#1120)
Add the when() function to all action types. (dataform-co#1119) * Add the when() function to all action types. * bump version
Fix database action overrides (dataform-co#1116) * Fix database action overrides * Bump version
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
PreviousNext