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
851 stars 163 forks source link

'Unexpected property "uniqueKey", or property value type of "object" is incorrect.' error on views since 3.0.7 #1863

Closed neerajmorar closed 1 month ago

neerajmorar commented 1 month ago

Prior to 3.0.7, uniqueKey was allowed on views (as recently as 3.0.0). However, installing 3.0.7 throws the above error 'Unexpected property "uniqueKey", or property value type of "object" is incorrect.'

According to the new proto, this feature was removed for views but it's now breaking massive portions of our pipelines Dataform Protocol Doc.

I believe this should still remain a feature of views.