Merge upstream/main into fork#43
Merged
Merged
Conversation
Co-authored-by: tino097 <konstantin.sivakov@gmail.com>
Co-authored-by: Jorge Torres <jorge.torres.maldonado@gmail.com> Co-authored-by: Sebastián Tobón Hernández <setohe.09@gmail.com> Co-authored-by: Max Stepanov <stpmax@yandex.ru>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com> Co-authored-by: Andrey <elkin.andr@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zoran Pandovski <zoran.pandovski@gmail.com> Co-authored-by: Andrey <elkin.andr@gmail.com>
Co-authored-by: andrew <elkin.andr@gmail.com>
Fix issues with metadata catalog tables and columns
…tsuite-handler-updates
Co-authored-by: Max Stepanov <stpmax@yandex.ru>
Co-authored-by: Minura Punchihewa <minurapunchihewa17@gmail.com> Co-authored-by: Max Stepanov <stpmax@yandex.ru>
Resolve conflicts keeping our customizations: - Query planner fixes (ORDER BY omission, WHERE preservation, CTE clearing) - plan_join WHERE column collection and filter_col_names fixes - subselect_step absent column stripping - Hubspot handler complete rework - api_handler/model_controller safer field access - select_query_utilities use_default_limit param - vectordatabase_handler skip_timestamps guard - sqlalchemy_render alias dedup fix Merge upstream improvements: - process_cache: traceback import + timeout=10 - base_reranker: get_event_loop helper (kept our Google GenAI provider) - knowledge_base controller: rotate_provider_api_key - sql_utils: date casting for ISO date string comparisons Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aipdf 0.0.7.0 requires openai>=2.0.0 which conflicts with langchain-openai==0.3.6 (requires openai<2.0.0). Version 0.0.6.3 is compatible with both. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs our fork with upstream MindsDB
main, preserving all our custom business logic.Kept our version (conflicts resolved as "ours")
plan_api_db_select, WHERE preservation in SubSelect, CTE clearingitem.conditionsforfilter_col_names_strip_where_absent_columnsfor absent API paramshasattrfield accessuse_default_limitparameterskip_timestampsguardHandlersCacheclassMerged both sides
atexit+ upstream'stracebackimport, upstream'stimeout=10get_event_loop()helperrotate_provider_api_keyAccepted upstream deletions
default_handlers.txt,bigquery_handler/tests/test_bigquery_handler.pyTest plan
🤖 Generated with Claude Code