You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Request for date fields to be supported in spark implementation #4912
Currently the spark implementation does not support date data. Date data is often processed further downstream to create additional features.
Other backends like
snowflakeandpostgresdo support dates.I will open a PR with this change.