dpro-shc
Results
2
issues of
dpro-shc
I'm getting some authentication issues using the .files method on the CSV driver (intake 0.70) when reading from Azure Blob, it seems like it's because the storage options of the...
Let's say we have two tasks, extract and load where extract returns a list of json objects say, `[{"foo":"dan","bar":"shc"},{"foo":"alf","bar":"shc"}]`, and load expands on the output of extract ``` tasks: extract...