dataform-co / dataform

Dataform is a framework for managing SQL based data operations in BigQuery
https://cloud.google.com/dataform/docs
Apache License 2.0
848 stars 160 forks source link

BUG view + assertion uniqueKey on dataform v3.0.2 #1835

Closed AntoineGiraud closed 3 weeks ago

AntoineGiraud commented 2 months ago

Hi,

Since dataform v3.0.2 With a view, and a uniqueKey assertion, it doesn't take my column name but puts TableAssertionsConfig instead in the SQL assertion

after some trial, it works fine :

At your service to provide more details on this issue :) Antoine

recap img on the subject image

alejandro-delgado-garcia commented 2 months ago

it also does the same thing with incremental tables

AntoineGiraud commented 3 weeks ago

Resolved with 3.0.7 🥳 Thanks !