dataall
dataall copied to clipboard
UI Inconsistency: Failure to Reflect Updated Table Location
Describe the bug
When updating the location of a table, the user interface (UI) fails to reflect this change. Despite the UI not displaying the updated data path, the system does recognize and honor the modification. Subsequently, any shares initiated post-update utilize the new data location as intended. However, the discrepancy between the displayed and actual data path in the UI may cause confusion or uncertainty for users interacting with the system.
How to Reproduce
- Identify a dataset for which you wish to update the data location.
- Update the s3 location to a new path or location, ensuring it differs from the current location.
- Save the changes.
- Navigate to DATA tab of the dataset.
- Verify that the UI still displays the old data location instead of the newly updated one.
- Despite the UI not reflecting the change, initiate a share or perform any action that requires accessing the table's data.
- Confirm that the system correctly utilizes the updated data location despite the discrepancy in the UI.
Expected behavior
UI synchronizes and reflects table data locations when they are updated.
Your project
No response
Screenshots
No response
OS
Mac
Python version
3.9
AWS data.all version
2.4
Additional context
No response