-
Notifications
You must be signed in to change notification settings - Fork 18
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
Failure to insert rows to MySQL #14
Comments
Sorry for directing you back to that issue. Seems there was a mix up in filing a github issue. We'll talk about it here @latifatbraimah . The canvas-data-loader itself does not pad any values. Are these values present in the source dumps? (e.g. if you download them manually from the UI do you find these padded values). |
No. When I perform a manual download and unpack, upload is pretty straightforward. But it's also very tedious especially with 80+ relations. This is why I'm using canvas-data-loader |
How are you uploading? Again we don't do any padding on our end, so I feel like this is coming from the source data. Can you look through the source data for these 5's? A simple grep should be all that's needed. |
I use |
Hmm canvas data loader should pretty much be doing the same thing. Can you let me know what school your with so I can check your data? Also what version of MySQL are you using? If you don't feel comfortable giving out school info on this public forum you can always file a support case by emailing [email protected] ,and we can work through it there as well. |
I'm going to close this because there hasn't been a response. I'm assuming you have filed a support case, and it was resolved. If this still isn't resolved feel free to comment again, and it should automatically reopen. |
Hello @securityinsanity, @UniversalSuperB made a remark on finding out that some id columns gets padded with 555555. I believe this is why I get the following error when I tried to run this command:
[root@localhost home]# RUST_LOG=info ./target/release/cdl-runner
My question is: Is there a fix for this?
Originally posted by @latifatbraimah in #6 (comment)
The text was updated successfully, but these errors were encountered: