Open
Description
Steps to reproduce
- Try naming columns during
read_csv
and encountered an error because the key was set using the original name.
AtotiJavaException: Field OrderId does not exist in store orders Recommended action: Use one of the following fields: [Order Id, Order Date, Quantity Sold, Selling Price Per Unit, Shipper Name, Product Id]
- Proceed to correct the key but encounters another error.
AtotiJavaException: A store with the name orders already exists!
If you want to recreate this store,you will have to re-create the session.
- Tried to delete the table since it says the store already exists. This results in another error:
[404] Unknown store orders
Is the correct way to re-create the session and not by deleting the table?
Sample notebook: example.zip
Environment
- atoti: 0.7.3
- Python: 3.9.13
- Operating system: win32