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

Conversation

Rindrics and others added 3 commits March 4, 2024 07:28
The error got in `mf validate-configs`:
> ✖ Breaking issues found when checking semantics of built manifest (ERRORS: 8, FUTURE_ERRORS: 0, WARNINGS: 0)
> • ERROR: with metric `mql_to_seller_conversion_rate_1_week_window`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: mqls is agg type: AggregationType.SUM
> • ERROR: with metric `mql_to_seller_conversion_rate_1_week_window`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: sellers is agg type: AggregationType.SUM
> • ERROR: with metric `mql_to_seller_conversion_rate_7_day_window`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: mqls is agg type: AggregationType.SUM
> • ERROR: with metric `mql_to_seller_conversion_rate_7_day_window`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: sellers is agg type: AggregationType.SUM
> • ERROR: with metric `mql_to_seller_conversion_rate_7_day_window_with_filter`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: mqls is agg type: AggregationType.SUM
> • ERROR: with metric `mql_to_seller_conversion_rate_7_day_window_with_filter`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: sellers is agg type: AggregationType.SUM
> • ERROR: with metric `mql_to_seller_conversion_rate_base`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: mqls is agg type: AggregationType.SUM
> • ERROR: with metric `mql_to_seller_conversion_rate_base`  - For conversion metrics, the measure must be COUNT/SUM(1)/COUNT_DISTINCT. Measure: sellers is agg type: AggregationType.SUM
> • 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
>             ^
@Rindrics Rindrics merged commit 9f22af6 into main Mar 7, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mf validation to CI mf validate-configs fails
1 participant