You might not have noticed that Snowflake released a sneaky new preview feature that lets you do file movement operation between Snowflake stages.
How?
You better find out.
Here’s your start up code:
CREATE STAGE frosty_aws_stage
URL = 's3://frostyfridaychallenges/';
LIST @FROSTY_AWS_STAGE/challenge_84/;
CREATE STAGE WEEK84;
You need to run a SQL command that will produce:
Good luck figuring it out!
keithevans1978_MA says
Here is my solution!
ChrisHastie says
Nice little challenge to show off the new functionality
emre_oktay says
As far as I can get the regex expression to work:
darko says
I couldn’t go past this:
challenge_84/_copy__these__very_specific.txt
…