Zero to Snowflake in 58 minutes

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • In this video, we'll walk you through the 'Getting Started with Snowflake - Zero to Snowflake' entry-level guide in only 58 minutes.
    Salome will demonstrate how easy it is to
    *prepare your lab environment
    *load data
    *run queries
    *clone data
    *work with semi-structured data
    *time travel *set up role-based access controls
    *get data from the Data Marketplace
    *and reset your environment
    They say it will take 90 minutes, but she'll get this done in 58.
    You can follow along using your own Snowflake trial by using Snowflake's full guide available here: quickstarts.sn...
    If you want to get started with Snowflake and need some guidance, schedule time with us here: calendly.com/d...

КОМЕНТАРІ • 37

  • @chukwubrighton4059
    @chukwubrighton4059 Місяць тому +1

    Excellent job

  • @banamali143
    @banamali143 11 місяців тому

    Thanks a lot for sharing this session.

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

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

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

    how can one know the URL?

  • @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 6 місяців тому

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

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

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

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

  • @TheGiulz76
    @TheGiulz76 8 місяців тому +3

    very clear and useful. Salome fantastic!

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

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

  • @muhammadbabadjanov
    @muhammadbabadjanov Рік тому +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.

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

  • @LeonaDimodica-j7n
    @LeonaDimodica-j7n 5 днів тому

    Rosemary Creek

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

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

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

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

  • @mwarcademw
    @mwarcademw 4 місяці тому

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

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

    It's a MySQL backend.

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

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

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

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

  • @vinodsagar2412
    @vinodsagar2412 Рік тому +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

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

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

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

    Where can I get Weather data JSON FILE???

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

    Just reading reading reading !

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

    good

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

    😎

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

    thanks!

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

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

    Thanks for the quick introduction.

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

    Spot on - just what I needed! Thank you

  • @Juan-Hdez
    @Juan-Hdez Рік тому +1

    Very useful. Thank you Salome!

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

    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.

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

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

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