-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Environment
- How did you deploy Kubeflow Pipelines (KFP)? Full deployment
- KFP version: 1.6
- KFP SDK version: 1.6.0
Steps to reproduce
Previously, everything looks fine. But all of a sudden, couldn't upload pipelines or create pipelines either from UI or from cli. The error messages are like follows:
Upload version to existing pipeliens:
I0415 03:29:46.118884 7 pipeline_upload_server.go:144] Upload pipeline version called
E0415 03:29:46.142425 7 pipeline_upload_server.go:240] Failed to upload pipelines. Error: Error creating pipeline version: Create pipeline version failed: InternalServerError: Failed to add version to pipeline version table: Error 1364: Field 'Description' doesn't have a default value: Error 1364: Field 'Description' doesn't have a default value
Create new pipelines:
E0415 03:30:50.340822 7 pipeline_upload_server.go:240] Failed to upload pipelines. Error: Error creating pipeline: Create pipeline failed: InternalServerError: Failed to add pipeline version to pipeline_versions table: Error 1364: Field 'Description' doesn't have a default value: Error 1364: Field 'Description' doesn't have a default value
No matter which yaml I use, the one generated by kfp cli, or the one in sample code, all get same errors. It looks like a global issue instead of the format in one single yaml file. No clue at why it happened...thanks for checking...