Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query table_comments without unrolling
`table_comments` is equally "hard" for the engine as `information_schema.columns`. Avoid optimizing the query on the `dbt` side by sending `UNION ALL` with individual schemas. Let the engine figure out the optimal strategy.
- Loading branch information