[CT-271] [Feature] `not_null` test selects column instead of * · Issue #4769 · dbt-labs/dbt-core
Is there an existing feature request for this? I have searched the existing issues Describe the Feature The built in test for not_null writes SQL equivalent to: SELECT * FROM model WHERE column IS ...