dataall
dataall copied to clipboard
No character limit on description size of environments
Describe the bug
We recently added a feature to be able to add urls to description of environments. Today we faced an issue on stack update since we added a lot of urls in the description.
Here is the error we faced:
Looks like stack description must be <= 1024 bytes. But we must equate it to number of characters and add a limit on the UI to not be able to add more than x number of characters.
How to Reproduce
- Add a huge description. It lets you save it but then might fail on stack update.
Expected behavior
No response
Your project
No response
Screenshots
No response
OS
Mac
Python version
3.9
AWS data.all version
2.6
Additional context
No response