SPRKPY1017
pyspark.sql.functions.date_add has a workaround
Description
Scenario
col = df.select(date_add(df.colName, 5))#EWI: SPRKPY1017 => pyspark.sql.functions.date_add has a workaround, see documentation for more info
col = df.select(date_add(df.colName, 5))from snowflake.snowpark.functions import date_add
col = df.select(date_add(df.dt, 1))Additional recommendation
Last updated
