Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error on mf validate config #1

Merged
merged 3 commits into from
Mar 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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
Rindrics committed Mar 3, 2024
commit 367cc4fef9e1ef543bf4f1ca00ca17e88496feec
Loading