Forum Discussion

dengydongn's avatar
dengydongn
Microsoft Employee
5 years ago

How to avoid importing the same table again and again

Hello all,   I have this Spark SQL table as data input, and based on it I need to draw multiple charts, each chart requires different processing on the data (filtering, grouping, etc..), so for eac...