Skip to content

Commit

Permalink
Add column landing_page_id to seed data to resolve error
Browse files Browse the repository at this point in the history
> • 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
Rindrics committed Mar 3, 2024
1 parent 1737829 commit 367cc4f
Showing 1 changed file with 843 additions and 843 deletions.
Loading

0 comments on commit 367cc4f

Please sign in to comment.