dbt - Project Organization
If you have a dbt model named
orders that selects all columns from the source table sales.orders, what will happen if you add a filter where status = 'completed' in the model?