-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Backend MySQL error in submitting a new pipeline #10197
Comments
KFP 1.7.0 is very old. Can you check if this issue still exists on 2.0.3? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue as there is no activity. You can reopen it if issue persists. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/close |
@rimolive: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Environment
I have a Kubeflow installation through Kubeflow manifests.
The version is 1.7.0
1.8.19
Steps to reproduce
I got the error:
In my case the installation of Kubeflow was done by following your
manifests
'sversion 1.7.0
I found in namespace
kubeflow
, a podmysql
.From inside the pod, I acted on database
mlpipeline
on tablepipeline_versions
:First, I executed this command (mysql command line):
ALTER table pipeline_versions MODIFY PipelineSpec longtext NULL;
but, after that I got a new error for column
PipelineSpecURI
I also executed the same command for column
PipelineSpecURI
:ALTER table pipeline_versions MODIFY PipelineSpecURI longtext NULL;
After those 2 modification on table
pipeline_versions
on databasemlpipeline
, my pipelines now run successfully and I have no further issue.There is already one relevant issue: #7568 , but in my opinion it is not properly resolved.
Do you have any comment for my case?
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: