Zero to Snowflake in 58 minutes

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 42

  • @TheGiulz76
    @TheGiulz76 Рік тому +4

    very clear and useful. Salome fantastic!

  • @buguannishi
    @buguannishi Рік тому +4

    Thank you for sharing this introduction about Snowlake! Your presentation is precise and clear.

  • @SIBUK
    @SIBUK Рік тому +2

    Dude!! You legend. I had this problem on a Ruby on Rails app and it totally fixed it for on that also. Thank you.

  • @chukwubrighton4059
    @chukwubrighton4059 4 місяці тому +3

    Excellent job

  • @vinodsagar2412
    @vinodsagar2412 2 роки тому +2

    Amazing video !.. I am new to snowflake, saw many videos in youtube couldn't able to match there level , after seeing this video I am feeling even I can learn snowflake and level of confidence is getting higher, thanks a lot for you support.... wish you all the best , keep going

  • @hardikkikani2119
    @hardikkikani2119 3 роки тому +5

    Great video. Can you make a video to understand the query execution plan and using it to improve query performance?

  • @user-eco2023
    @user-eco2023 Рік тому +2

    Note on creating external stage: Make sure to include the final forward slash (/) at the end of the URL or you will encounter errors later when loading data from the bucket.

  • @gm16180
    @gm16180 2 місяці тому

    Thanks for the definition of "work sh*ts"! Much appreciated 😅

  • @michealgabriel4692
    @michealgabriel4692 Рік тому

    Great video, thanks for sharing. Looks like I need to learn some SQL.

  • @chaychsaeed
    @chaychsaeed Рік тому +1

    Why my Free Trial does not look like as mentioned in your video. Mine says Worksheet/Dashboard/Data/Marketplace......

  • @mw7365
    @mw7365 2 роки тому +2

    The Citibike data was found in the aws public url, just follow everything she said to load the data.

  • @privateaccount896
    @privateaccount896 2 роки тому +2

    Hi,
    By getting the file with the Stage like in the Video, i Receive a file, which includes csv, json and parquet datasets. This is making a Problem singe the Stage is using the file format which is csv….does anyone know, Why the dataset is not only csv or does someone had the same issue????

    • @privateaccount896
      @privateaccount896 2 роки тому +1

      For anyone, who is having the same Issue, i found the solution: When you Import from the Worksheet, you need to add:
      copy into trips from @citibike_trips
      file_format=CSV
      ON_ERROR = CONTINUE

    • @luisalejandro4131
      @luisalejandro4131 Місяць тому

      This it works for me
      copy into trips from @citibike_trips
      FILE_FORMAT = (TYPE = CSV)
      ON_ERROR = 'CONTINUE';

  • @mwarcademw
    @mwarcademw 8 місяців тому

    where can i find the queries to execute (in text) for pratice ?

  • @lgolsen
    @lgolsen 5 днів тому

    So, you proved (once again) that the weather improves if we can persuade more people to ride a bike 😜
    Seriously: great ‘basic’ video….

  • @TK-lv5ff
    @TK-lv5ff Місяць тому

    I signed up for a free trial, and my snowflake UI looks completely different than hers...

  • @shobhitbhatnagar9539
    @shobhitbhatnagar9539 10 місяців тому

    Thanks for the quick introduction.

  • @ElaineSmith-w7m
    @ElaineSmith-w7m Рік тому

    Spot on - just what I needed! Thank you

  • @fabianzamora1174
    @fabianzamora1174 Рік тому

    how can one know the URL?

  • @banamali143
    @banamali143 Рік тому

    Thanks a lot for sharing this session.

  • @ExcelTutorials1
    @ExcelTutorials1 2 роки тому

    thanks!

  • @webcloudcoding9034
    @webcloudcoding9034 2 роки тому

    Where can I find citibike data csv file? please..

  • @webcloudcoding9034
    @webcloudcoding9034 2 роки тому

    Where can I get Weather data JSON FILE???

  • @Juan-Hdez
    @Juan-Hdez 2 роки тому +1

    Very useful. Thank you Salome!

  • @anajawaid4424
    @anajawaid4424 Рік тому

    I am trying my hands on snowflake for the first time and my user interface looks totally different to what you are showing here?, has there been any sort of update as it is a bit confusing to trace stuff in the new UI

  • @skbhati199
    @skbhati199 10 місяців тому

    good

  • @sarthakkhore8012
    @sarthakkhore8012 2 роки тому

    Just reading reading reading !

  • @webcloudcoding9034
    @webcloudcoding9034 2 роки тому +1

    I did this LAB successfully. with new UI-snowlight.

    • @sakumalla158
      @sakumalla158 2 роки тому +1

      where did you find the required data ( the city bike csv files and the json files) to complete tge lab.

  • @Dreadwinner
    @Dreadwinner 2 роки тому

    😎

  • @RayZde
    @RayZde 9 місяців тому

    It's a MySQL backend.

  • @vio4jesus
    @vio4jesus 2 роки тому

    C'mon Snowflake - get some better interesting data sets for these demos, PLEASE

  • @arazipinhas3922
    @arazipinhas3922 5 місяців тому

    When introducing an application, it’s important to keep it simple and avoid jargon. Unfortunately, this presentation missed the mark. It seems that simplicity has become a lost art.

  • @Powdermonkey99
    @Powdermonkey99 Рік тому

    Sorry, This presentation did not work or me, the um and ah & searching for words .

  • @gantafamily
    @gantafamily 2 роки тому

    Hi, When I am trying to load staged file it is giving me this error: Number of columns in file (1) does not match that of the corresponding table (16), use file format option error_on_column_count_mismatch=false to ignore this error File 'citibike-trips-parquet/2013/06/03/data_01a19496-0601-8b21-003d-9b03003c624a_2106_4_0.snappy.parquet', line 2, character 1 Row 1 starts at line 1, column "TRIPS"["TRIPDURATION":1] If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.
    Can someone please help me to resolve this error. Thanks

  • @webcloudcoding9034
    @webcloudcoding9034 2 роки тому

    Loading data>.not working>showing the error
    Found character '\u0006' instead of field delimiter ',' File 'citibike-trips-parquet/2013/06/05/data_01a19496-0601-8b21-003d-9b03003c624a_206_2_0.snappy.parquet', line 323, character 593 Row 323, column "TRIPS"["START_STATION_ID":4] If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.
    please help

    • @anishyapaul5189
      @anishyapaul5189 10 місяців тому

      try to use this command,
      copy into trips from @citibike_trips file_format=CSV PATTERN = '.*\.csv\.gz$' ON_ERROR = SKIP_FILE ;

  • @tree2rhym
    @tree2rhym 2 роки тому +1

    correct comand to load the data is :
    copy into trips from @citibike_trips file_format=CSV PATTERN = '.*\.csv\.gz$' ON_ERROR = SKIP_FILE ;