Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add column
landing_page_id
to seed data to resolve error
> • ERROR: with semantic model `olist_closed_deals` - Failed to query entities in data warehouse for semantic model `olist_closed_deals` > Received following error from data warehouse: > Runtime Error > Binder Error: Referenced column "landing_page_id" not found in FROM clause! > Candidate bindings: "olist_closed_deals_src_2.lead_type" > LINE 7: , landing_page_id AS landing_page > ^ > • ERROR: with entity `landing_page` in semantic model `olist_closed_deals` - Unable to query entity `landing_page` on semantic model `olist_closed_deals` in data warehouse > Received following error from data warehouse: > Runtime Error > Binder Error: Referenced column "landing_page_id" not found in FROM clause! > Candidate bindings: "olist_closed_deals_src_2.lead_type" > LINE 5: landing_page_id AS landing_page > ^
- Loading branch information