Yijun Xie
Yijun Xie
`create table as select ...` is a DDL. It makes sense that it doesn't return the number of rows from the `select` clause of the statement if we're talking about...
Can we close this issue since the python connector downsize has been in GA for a while?
@melanopsis [Snowflake Python Runtime Policy](https://docs.snowflake.com/en/developer-guide/python-runtime-support-policy) states that "Snowflake intends to support new Python runtimes within 1 year of their [first official release](https://devguide.python.org/versions/)."
We're going to work on supporting 3.12. @sfc-gh-bprakash , for your visibility about "Hopefully, the policy can be revised at some point to bring support within six months, instead of...
Yes we now use json string for arrays. A feature is under development for typed arrays.
Thanks @dvorst. Yeah we need to add support for timestamp_tz and _ltz.
@orellabac Could you try this? ``` array_agg("a").within_group(col("b").desc()) ```
>>> df_array_agg_window = df.select(array_agg("a").within_group(col("a").desc()).over(Window.partitionBy(col("b"))).alias("new_column")) >>> df_array_agg_window.show()
@jianmiao4 This PuPr feature is temporarily disabled due to an issue (as a preventative measure) and will get re-enabled with a mitigation in the next few releases. https://community.snowflake.com/s/article/Presence-of-non-breaking-space-nbsp-characters-produces-corrupted-results-in-Snowpark-Python-functions.
Thanks for the feedback @patrickhowerter . We'll look into this.