02-14-2024 11:38 PM
Ive been trying to create an MV. Im running the query in edit in notebook where it is giving result. But when i try to add it to MV it is failing giving below error
Transformation error [Error can not infer schema from empty dataset ValueError : can not infer schema from empty dataset
Ive checked for data in table and i can see proper data without any nulls.
Im trying to convert spark df to pandas df to work on table. without converting im able to save though. Ca someone help me with this?