snowflakedb / snowflakedb/snowpark-python
SNOW-754916: Missing common functions find in DataEngineering
Open
@sfc-gh-mrojas is already working on this.
Since Mar 8, 2023.
feature
- Dominant language
- Python
- Stars
- 341
- Forks
- 155
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 27
Description
What is the current behavior?
The following functions:
function.array_distinct
functions.regexp_extract
functions.struct
functions.format_number
function.daydiff
functions.date_add
functions.date_sub
Are not available.
What is the desired behavior?
Provide equivalent for these functions as they are present in many existing DE workloads
How would this improve snowflake-snowpark-python?
It will make it easier to move existing workloads to snowpark, as less changes will be needed.
References, Other Background
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.