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
also, we can consider adding transform functions into the SELECT clause, so we can make some simple transforms during the COPY clause, like extract fields from JSON.
COPY INTO books FROM (SELECT parse_json($0).title, parse_json($0).url FROM @stage1)
The text was updated successfully, but these errors were encountered:
Summary
there's a data load with transformation feature in snowflake:
also, we can consider adding transform functions into the SELECT clause, so we can make some simple transforms during the COPY clause, like extract fields from JSON.
The text was updated successfully, but these errors were encountered: