Small files may be uploaded to the Magpie MDR and downloading onto clusters. The primary benefit of this feature is to spin up clusters with pre-installed files, e.g. wheel files, that may be used when writing in notebooks.
To upload a file, you must use the create command syntax. This will prompt you to select a file from your local machine to upload to the Magpie MDR. Large files are discouraged and there is a maximum limit of 100 MB.
After uploading a file, it may be associated with any number of clusters in your organization. Use the association command syntax to specify where the file should be downloaded, and which of two actions to take after download:
pip_install(will attempt to install the file via pip - only works with wheel files)place(does not take any action after download)
To disassociate a file from one cluster, but keep it in the MDR, use the disassociation command syntax. To drop a file and all of its associations, use the drop command syntax.