Closed ashish10alex closed 4 months ago
Fixes https://github.com/dataform-co/dataform/issues/1776
The dry of assertion currently fail due to the code expecting the dry run to return at least one row on this line.
Tests
./scripts/run run --dry-run <dataform_project_directory>
./scripts/run run ...
bazel test //core/...
PS: This might not be the best solution, but happy to receive guidance
Fixes https://github.com/dataform-co/dataform/issues/1776
The dry of assertion currently fail due to the code expecting the dry run to return at least one row on this line.
Tests
./scripts/run run --dry-run <dataform_project_directory>
./scripts/run run ...
catches assertion errorsbazel test //core/...
passesPS: This might not be the best solution, but happy to receive guidance