Background
Currently CDF allows
- uploading a remote extraction config file via python sdk/api - for deployment engineers
- editing in the UI - for Fusion UI users
We have noticed in several projects some extraction config files become huge (> 5000 lines). The UI becomes unresponsive in handling such large files. Technical users like deployment engineers are able to edit/update this config through their code but it becomes hard of non-technical users to update stuff in config files (like adding new queries to the ODBC extractor config file).
Requirement
If we allow users with a download and an upload option in the UI, it will be helpful for the users to edit/update large config files within the UI. Users can use their local file editor which would be easier to handle.