Transformation: Fetch from GitHub
Understand the data transformation chain by fetching data from GitHub.
We'll cover the following...
Now, let’s continue down our data transformation chain. Having parsed our arguments, we need to transform them by fetching data from GitHub.
The process
function
We’ll extend our run
function to call a process
function, passing it the value returned from the parse_args
function. We could have written this: ...