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
github-actionsbot
changed the title
having visit_getitem_binary in SnowflakeCompiler would help to retrieve specific element of array
SNOW-1818887: having visit_getitem_binary in SnowflakeCompiler would help to retrieve specific element of array
Nov 20, 2024
What is the current behavior?
there is alternative
https://docs.snowflake.com/en/sql-reference/functions/get
instead of
sql.func.array_agg(col)[0]
usesql.func.get(sql.func.array_agg(col),0)
but for example postgres client supports bracket, so would be nice for easiness
What is the desired behavior?
How would this improve
snowflake-connector-python
?References, Other Background
The text was updated successfully, but these errors were encountered: