Nick Nalivayka

Results 19 comments of Nick Nalivayka

Hi, @dali-rmw! Can you clarify in which scenarios you'd like to use this setting? If I understand correctly from the [docs](https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery) passing `writeDisposition=WRITE_TRUNCATE` for BQ jobs allows rewriting a destination...

Can you show an error that you're getting?

In the GCP Dataform we supported auto-selection of the query location and defining a location in `workflow_settings.yaml` is no longer necessary. Will it be enough for the use case here?

Technically you could use [functions ](https://github.com/dataform-co/dataform/blob/fdc4abc291779eda6e00aac88e04731205841711/core/session.ts#L222)for resolving dependencies in a config block like this ``` config { { type: "view", assertions: { uniqueKey: ['postcode'], rowConditions: [ dataform.resolve("check_postcode") + `(postcode)`, `postcode...

Dataform supported Snowflake before being acquired by Google. You can upgrade to the latest `3.x` versions of Dataform where this support has been removed.

> * We should be catching this during the proto validation https://github.com/dataform-co/dataform/blob/05341b7c2e8f6e55a7002ed29b4ff4a7e2cbf12b/common/protos/index.ts#L53 I also hoped that it should have been the case, but unfortunately this code https://github.com/dataform-co/dataform/blob/05341b7c2e8f6e55a7002ed29b4ff4a7e2cbf12b/common/protos/index.ts#L45-L46 doesn't validate types...

Do you want to have this ability in the GCP Dataform or in the Dataform CLI?

Sure, but let me repeat my question: how do you run Dataform DAGs in production? Do you use Managed Dataform in GCP or you manage Dataform yourself and use the...

We're working on the support of configuring batch priority in the GCP Dataform at the moment. Initially it'll be supported as configuration when starting a new workflow invocation (as follow...

Yes, this is only supported for the GCP Dataform and we don't have ETA for the Dataform CLI support. @Tuseeq1, it makes sense to throw an error that this is...