opensafely-core / airlock

Other
2 stars 0 forks source link

Airlock failing to show file contents #416

Closed inglesp closed 3 months ago

inglesp commented 3 months ago

From @andrewscolm via tech-support:

airlock is failing to show the added files from the *_descriptive folder of this request. After 6 mins it is still saying "Loading table data.."

rebkwok commented 3 months ago

This isn't related to the files themselves being too large, but due to the fact that the output is tab-separated and isn't renderable as CSV. It has a solution - the view-as-plaintext option (#410) will let these files be viewed. I'm investigating whether the issue is the width of the single column that the file is interpreted as - if we can't load the CSV file, we can handle the error by either using a text renderer or displaying a message to the user