SNOW-1569842: to_date() function requires column name for the optional fmt parameter #2018
Labels
feature
New feature or request
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
to_date()
function signature seems to indicate that only Column names are accepted for the optionalfmt
parameterWhat is the desired behavior?
to_date()
function should accept string literals in addition to column namesHow would this improve
snowflake-snowpark-python
?Feature parity with SQL
References, Other Background
https://docs.snowflake.com/en/sql-reference/functions/to_date#arguments
The text was updated successfully, but these errors were encountered: