We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d910 commit 9c17748Copy full SHA for 9c17748
1 file changed
core/src/main/java/feast/core/model/JobInfo.java
@@ -81,7 +81,7 @@ public class JobInfo extends AbstractTimestampEntity {
81
private JobStatus status;
82
83
// Raw import spec, stored as a json string.
84
- @Column(name = "raw", length = 2048)
+ @Column(name = "raw", length = 4096)
85
private String raw;
86
87
public JobInfo() {
0 commit comments