SPRKPY1012
pyspark.sql.dataframe.DataFrameStatFunctions.writeTo has a workaround
Category
Description
writer = writeTo(table)#EWI: SPRKPY1012 => pyspark.sql.dataframe.DataFrameStatFunctions.writeTo has a workaround, see documentation for more info
writer = writeTo(table)Scenario:
import df.write as wt
writer = wt.SaveAsTable(table)