Closed DiegoProtec closed 5 years ago
Hi @DiegoProtec ,
thanks for raising this issue. We already fixed this and will include this in the next patch release :-) I'll keep it open for now, until we have released the version including this change.
Fixed in 0.22.2 🙂
Images
Problem
I keep getting the error when I run the services, the Rasa X can't finish the database migration, the tables does created but can't import the dataset.
When I run docker-compose, the following error occurs:
rasa-x_1 | [SQL: ALTER TABLE entity_synonym ADD id INTEGER NOT NULL]
rasa-x_1 | (Background on this error at: http://sqlalche.me/e/4xp6)
When I run the "migrate.py", with environment variable "DB_URL":
DB_URL=oracle://admin:admin@localhost:1521/db
occurs this:
sqlalchemy.exc.DatabaseError: (cx_Oracle.DatabaseError) ORA-00936: expression not found
[SQL: select name, synonym from entity_synonym]
(Background on this error at: http://sqlalche.me/e/4xp6)
@DiegoProtec https://github.com/RasaHQ/rasa/issues/4754 covers your latest comment, right?
Rasa version:1.4.3
Rasa X version:0.22.1
Python version:3.6
Operating system:windows
Issue: The Rasa X can't finish the database migration to oracle.
Error (including full traceback):
Command or request that led to error: