Mike Kamysz

Results 3 comments of Mike Kamysz

Adding to what @codingtony-candid mentioned, it is indeed quite weird behaviour that the module only appears to allow `UTC` as a timezone value, while you are able to change it...

There is a workaround using JavaScript Spread syntax: ``` config { type: dataform.projectConfig.vars.env === "dev" ? "table" : "incremental", bigquery: { partitionBy: "date", ...(dataform.projectConfig.vars.env === "prod" && { updatePartitionFilter: "date...

You can provide multiple actions as a comma-separated list `--actions action_1, action_2`. See https://github.com/dataform-co/dataform/issues/1200 and the PRs to close this issue.