You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: regression test for --empty with dbt_utils.union_relations (#807) (#1426)
## Summary
Regression test locking in #903's fix for #807: `dbt run --empty` on a
model using `dbt_utils.union_relations` no longer fails with
`PARSE_SYNTAX_ERROR` from `DESCRIBE TABLE (select * from ... limit 0)`.
## Test plan
- [x] Passes against live cluster
0 commit comments