Hi @alwaysmoredata ,

Uploading data to DBFS and then running COPY INTO won't work if you want to use cluster with shared access mode. This is because in Shared access mode, the driver node's local file system is not accessible. 

So, based on your requirements the best way is to upload data to volume and run COPY INTO command.