Forum Discussion
mpjtaylor
5 years agoAdvocate I
Dataflow - How can I stop automatic steps being added
I have a Datalake with multiple folders with lots of blobs that are JSON files each folder has different json structures and some are lists and others are records. I am trying to use a single dataflo...
myusernameisjon
2 years agoNew Member
I was doing something similar, reading in a bunch of json files from datalake and using a Dataflow to split and read so only wanted to use one read query and reference multiple times. I managed to get around it by converting the "Content" binary column to text. The first step on my referenced query converts it back to Binary, and then i can continue executing all of my transformations from there.