Dan Lee

Results 2 issues of Dan Lee

When dataform init fails, the files are still created even though an error message is shown. The error message suggests you should run `dataform init` a second time, but when...

If, in an incremental definition, someone creates a field that has some lower case characters, e.g.: ``` config { type: "incremental", uniqueKey: ["id"] } select 1 as id, 1 as...

P3