79536274

Date: 2025-03-26 11:39:56
Score: 1
Natty:
Report link

You can copy files from external stages to internal stages in snowflake now: (without Python Stored Procedures)

COPY FILES INTO @[<namespace>.]<stage_name>[/<path>/]
  FROM @[<namespace>.]<stage_name>[/<path>/]
  [ FILES = ( '<file_name>' [ , '<file_name>' ] [ , ... ] ) ]
  [ PATTERN = '<regex_pattern>' ]
  [ DETAILED_OUTPUT = { TRUE | FALSE } ]

https://docs.snowflake.com/en/sql-reference/sql/copy-files

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Albert