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

[SQL] Setting all default mysql modes #5268

Merged
merged 2 commits into from Mar 20, 2024
Merged

Conversation

liranbg
Copy link
Member

@liranbg liranbg commented Mar 10, 2024

https://iguazio.atlassian.net/browse/ML-3834
https://iguazio.atlassian.net/browse/ML-5959

Dropped the default ONLY_FULL_GROUP_BY as it caused "Getting all runs which are in non terminal state and require logs collection" to fail with

pymysql.err.OperationalError: (1055, "Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mlrun.runs.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by")

@liranbg liranbg merged commit 2af3d96 into mlrun:development Mar 20, 2024
11 checks passed
@liranbg liranbg deleted the sql-modes branch March 20, 2024 20:05
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.

None yet

1 participant