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

Tests don't work on views since v3.0.2 #1851

Closed hlepouse-vasco closed 1 month ago

hlepouse-vasco commented 1 month ago

No issue in v3.0.0 When switching to v3.0.2, all tests on views don't work anymore (compilation error).

image image image

When changing type from "view" to "table", it works fine.

hlepouse-vasco commented 1 month ago

just found out it's already fixed in main https://github.com/dataform-co/dataform/pull/1824 waiting for next release then