Zero to Snowflake in 58 minutes

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 41

  • @TheGiulz76
    @TheGiulz76 11 месяцев назад +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 3 месяца назад +3

    Excellent job

  • @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 Месяц назад

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

  • @hardikkikani2119
    @hardikkikani2119 3 года назад +5

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

  • @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

  • @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.

  • @mwarcademw
    @mwarcademw 7 месяцев назад

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

  • @shobhitbhatnagar9539
    @shobhitbhatnagar9539 10 месяцев назад

    Thanks for the quick introduction.

  • @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 19 дней назад

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

  • @TK-lv5ff
    @TK-lv5ff 28 дней назад

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

  • @ElaineSmith-w7m
    @ElaineSmith-w7m Год назад

    Spot on - just what I needed! Thank you

  • @Juan-Hdez
    @Juan-Hdez 2 года назад +1

    Very useful. Thank you Salome!

  • @fabianzamora1174
    @fabianzamora1174 Год назад

    how can one know the URL?

  • @webcloudcoding9034
    @webcloudcoding9034 2 года назад

    Where can I get Weather data JSON FILE???

  • @webcloudcoding9034
    @webcloudcoding9034 2 года назад

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

  • @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

  • @banamali143
    @banamali143 Год назад

    Thanks a lot for sharing this session.

  • @ExcelTutorials1
    @ExcelTutorials1 2 года назад

    thanks!

  • @skbhati199
    @skbhati199 9 месяцев назад

    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 Год назад

    😎

  • @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 ;

  • @RayZde
    @RayZde 8 месяцев назад

    It's a MySQL backend.

  • @vio4jesus
    @vio4jesus 2 года назад

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

  • @arazipinhas3922
    @arazipinhas3922 4 месяца назад

    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 9 месяцев назад

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