Open sfc-gh-ncrouch opened 3 months ago
Hello @sf-gh-ncrouch ,
Thanks for raising the concern, I will check if there are any plans to support it, will update
Regards, Sujan
Hello @sf-gh-ncrouch ,
We are working on it, the fix has been merged.
Regards, Sujan
What is the current behavior?
snowflake.snowpark.Column.regexp and its alias snowflake.snowpark.Column.rlike both have a signature of
Column.regexp(pattern: Union[Column, str])
but the SQL REGEXP also accepts the optional argumentparameters: Union[Column, str]
.What is the desired behavior?
Optional argument
parameters
added to Python API.How would this improve
snowflake-snowpark-python
?Add easy access to case-sensitivity controls, multi-line mode and sub-match extraction
References, Other Background
https://docs.snowflake.com/en/sql-reference/functions/rlike