Closed Ekrekr closed 2 months ago
Reverts dataform-co/dataform#1806
This causes //tests/integration:bigquery.spec, instead we need dryRun should be passed to assertTasks, and only skip select sum(1) then
//tests/integration:bigquery.spec
dryRun
assertTasks
select sum(1)
Reverts dataform-co/dataform#1806
This causes
//tests/integration:bigquery.spec
, instead we needdryRun
should be passed toassertTasks
, and only skipselect sum(1)
then