Describe the bug
If I preview a model that returns 0 rows, we say there's a query error:
Even though dbt show for this model, shows a table with 0 entries:
What version of dbt Fusion is this bug in? (find out by running dbt --version)
2.0.0-beta.60
To reproduce
Preview this model using the VSCE:
select * from {{ ref('my_first_model') }}
where time_column in ('20240101')