stevenleggdfe
Results
2
issues of
stevenleggdfe
Steps to reproduce: 1. Update to dataform-co v3.0.0-beta.0 via package.json within a development workspace in GCP Dataform and click Install packages. 2. Migrate to workflow_settings.yaml with a file like the...
To reproduce, put the .sqlx file below in a Dataform repo with dataform-core v3.0.2 installed: ``` config { type: "incremental", assertions: { uniqueKey: ["foo"] } } SELECT 1 as foo,...
bug