Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dataform test cannot see the dataset. But the dataset is actually exist.

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. 
0 2 117
2 REPLIES 2