How to readstream from multiple sources?

dbuser1234
New Contributor

Hi 

I am trying to readstream from 2 sources and join them into a target table. How can I do this in pyspark? 

Eg

t1 + t2 as my bronze table. I want to readstream from t1 and t2, and merge the changes into t3 (silver table)