Hi Folks :wave: I’m working on a Tap where I have...
# singer-tap-development
a
Hi Folks 👋 I’m working on a Tap where I have two streams present, A & B, where A is pulling data from source API and putting it into an array and eventually stream B would hit another API by based on the array built from stream A. So is there a way to share that array between both the streams such that I can essentially share data between two streams?