ausecocloud / ecocloud

Issue tracker
6 stars 0 forks source link

Change snippets to only download, but not read/decode data into the environment #71

Closed manhinli closed 5 years ago

manhinli commented 5 years ago

At the moment, the snippets for Python and R are reading in the content of the file into the environment, but this is causing a few headaches:

After discussions on Friday, 9 November, we came to the conclusion that the main thing to do here is to fetch the content, and to leave the reading/decoding to the user.

This ticket is to change the snippet code to provide only the necessary code to download the files in question.

manhinli commented 5 years ago

Done, sent through as part of PR: https://github.com/ausecocloud/workspace-ui/pull/23

gweis commented 5 years ago

merged and deployed