To make the question simple. I create a dataset call test_dataset. And I can see it inside Bigquery after I created it.
Then I wrote the test of Dataform, like this:
config {
type: "test",
dataset: "test_dataset"
}
The error is:
Dataset test_dataset could not be found.
If I use type: "table", it can be found.
It should be straghtforward, but not. Can you help me with this? Thanks.