-
Notifications
You must be signed in to change notification settings - Fork 318
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
Error: value too long for type character varying(255) #2216
Comments
Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template! |
@prachim-collab You're right 😢 This happens because of: Line 3 in db92c4f
The solution to this would be:
|
The change to varchar should take effect for all old and new rows automatically.
The insert statement in V48__dataset_symlinks.sql would have inserted partial data successfully so we also need to modify the insert to fail gracefully on duplicate keys and continue inserting missing data. |
Error in Db migration script.
V48__dataset_symlinks.sql Db migration script is throwing error while it inserts data in dataset_symlinks table
The text was updated successfully, but these errors were encountered: