-
Notifications
You must be signed in to change notification settings - Fork 79
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
MySQL not finding terracotta table #326
Comments
Can you please share your Dockerfile and a at least a rough sketch of how you initialized and populated the database and configured Terracotta? Could it be that you are pointing at a different schema or something? |
Sure! The data are being ingested as documented (https://terracotta-python.readthedocs.io/en/latest/tutorials/aws.html#populate-data-storage-and-database) Regarding the Dockerfile, please check at this fork: https://github.com/SCiO-systems/terracotta/blob/easier-docker/Dockerfile Then I'm running the container as per below:
|
|
Nope...I was hoping for that too but it was just a typo here 😆 The full log is the below:
To my understanding the code is searching for a table named |
Found it! I was incorrectly parsing the environment variables. Instead of Also I installed inside |
So you're saying that Terracotta just crashes with |
@charalamm You want to look into this one? |
@dionhaefner I made a PR #330 that checks if the database url it is empty. |
I have prepared a custom Docker image (similar to the existing) and I get the below error when connecting it with a terracotta MySQL database.
sqlalchemy.exc.NoSuchTableError: terracotta
The data that have been ingested in the databse and the client side are using terracotta version 0.8.2 (according to previous similar issue)
The text was updated successfully, but these errors were encountered: