-
Notifications
You must be signed in to change notification settings - Fork 17
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
Couldn't check if table X exists, assuming it does #895
Comments
@CodeWithEmad this usually happens if MySQL isn't running when the job runs, or if init hasn't been run. Does this happen every time for you or is can you provide any other information about how it happened? |
Well, I can assure you that MySQL was up and running on an RDS instance.
Well, I had an openedx instance with aspects v0.63.1 that I wanted to update to v1 but failed and mentioned it this slack post. tried to find a way to keep the data, but I removed the DBs and went with a clean install (no clickhouse and no MySQL). That was when I saw those warnings. I'll try to do it on a new org or reinstall it to see if anything happens or not. |
I suppose more specifically this would happen when Superset can't connect to MySQL, I don't think we've tested running Superset against RDS so it's possible that there is a bug there. Depending on how much data you had it should be possible to rebuild the data on 1.0.x by dumping the event sinks and replaying the tracking logs (if they're still around). We can help out with that if you'd like. If you end up trying to run Superset against RDS again and run into issues I'd love to hear about that and see what the Superset logs say. |
Thank you for your kindness. I'll keep that in mind for the next time.
I have to set up aspects for another customer in the upcoming weeks. I will inform you about the results and will maintain the logs for any potential benefits. In the meantime, I close this one. |
Don't think this is normal. I get lots of warnings like this in the superset job.
The text was updated successfully, but these errors were encountered: