GitRetrieve
  • 1 Minute to read
  • Dark
    Light
  • PDF

GitRetrieve

  • Dark
    Light
  • PDF

Article summary

Overview

Download public git file to DataJet server

{
  "method": "GitRetrieve",
  "source": "https://raw.githubusercontent.com....data.csv",
  "destination": "%DATAPATH%MyProject/data.csv",
  "project": "MyProject"
}

From Core version 4.2.14.1 the key skipExisting has been added. The file will not be downloaded if the destination file already exists

{ "skipExisting" : true}

Was this article helpful?

What's Next