Open rbernotas opened 1 year ago
Hi @rbernotas, thanks for raising the issue! We'll pick it up as soon as possible or we can work together in developing it.
dear @dlpzx since could please consider pushing this as part of v1.6?
@dlpzx can we close this? I think this was merged?
@noah-paige @dlpzx was this merged? can we close this then?
We have feature flags to enable / disable file upload altogether for a data.all deployment but if file upload actions are enabled we currently do not conditionally disable the upload feature until the dataset stack status is in a CREATE_COMPLETE or UPDATE_COMPLETE stage
Is your idea related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently (v.1.4.3), if a user creates a new dataset, and the dataset is not yet in the CREATE_COMPLETE status, the user can still click into the dataset, go to the "Upload" tab, and try to upload and crawl the data that is uploaded. This will lead to errors and the table seems to never be correctly crawled.
Describe the solution you'd like A clear and concise description of what you want to happen.
Upload tab and/or the Upload functionality should be disabled or greyed-out to the user, if the dataset is not in the CREATE_COMPLETE state. Once the dataset has reached status CREATE_COMPLETE, the Upload functionality can be re-enabled for the user.
P.S. Don't attach files. Please, prefer add code snippets directly in the message body.