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

Filter for model in 'table join model' #305

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Filter for model in 'table join model' #305

merged 2 commits into from
Sep 21, 2023

Conversation

ea-rus
Copy link
Contributor

@ea-rus ea-rus commented Sep 11, 2023

Fixes #304.

It is possible to apply filter for model as in example:

SELECT *
FROM example_db.demo_data.home_rentals as t 
JOIN mindsdb.home_rentals_model as m
where m.days_on_market = 13
LIMIT 10;

Here is filter 'm.days_on_market = 13' will be appied on dataframe after joining model with table

@ea-rus ea-rus requested a review from paxcema September 11, 2023 14:43
@ea-rus ea-rus mentioned this pull request Sep 21, 2023
@ea-rus ea-rus merged commit a1c3d14 into staging Sep 21, 2023
6 checks passed
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.

Support for filtering with conditions when joining a model
2 participants