dbt - Project Organization
You wrote this dbt model for source table
products:
select * from source('inventory', 'products')
But dbt throws an error. What is the problem?