Snowflake Python Connector | Snowflake Hands-on Tutorial | Ep 24.3/27

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 26

  • @nalinbit1
    @nalinbit1 9 วันที่ผ่านมา

    Thanks for excellent video explaining sf connection to python env. below are my 2 cents
    cmds in video are outdated now. below cmds helped. pls pin this reply, could be helpful to others
    launch ur virtual env. Then fire below cmds
    ----
    pip install pyarrow
    pip install snowflake-connector-python[pandas]
    pip freeze > requirements01.txt

  • @debarshiacharya3729
    @debarshiacharya3729 ปีที่แล้ว +1

    The Snowflake tutorials are very helpful and developer friendly. Thanks for preparing such wonderful contents.

  • @jacksonjulian5968
    @jacksonjulian5968 2 ปีที่แล้ว +1

    i have seen from chapter one to chapter 24 part 3 all your videos are very good, Thankyou so much for creating such a wonderful resource

  • @DemoSnow
    @DemoSnow ปีที่แล้ว

    Very well explained.. Kudos to you and your commitment

  • @kumarL-i3d
    @kumarL-i3d 4 หลายเดือนก่อน

    very informative video. do you give a quick tutoring session too?

  • @andreeadumitru3667
    @andreeadumitru3667 9 หลายเดือนก่อน

    Hi, I was wondering what are the trade offs between making an app using the snowflake ❄️ python connector and directly putting files on an internal stage from a server or taking a different approach and using an external stage like s3 instead?

  • @KiranKali123
    @KiranKali123 ปีที่แล้ว

    Thank you very much for all your great videos ! 🙏 Can you please share your scripts & slides too .. That would be very helpful for the preparation & revision ! 🙏

  • @cargouvu
    @cargouvu 6 หลายเดือนก่อน

    How do I combine data that is in different roles in snowflake?

  • @dpraveen-v6i
    @dpraveen-v6i 5 หลายเดือนก่อน

    Hi Sir, Could you please work on Python file conversion concepts(file handling)

  • @SKSingh-j2i
    @SKSingh-j2i ปีที่แล้ว

    when I'm trying to run pip install -r requirements.txt then not able to install getting the following error:
    ---
    note: This error originates from a subprocess, and is likely not a problem with pip.
    error: subprocess-exited-with-error
    × pip subprocess to install build dependencies did not run successfully.
    ----

  • @amirmochtar328
    @amirmochtar328 2 ปีที่แล้ว

    while loading data via python and do some transformations (let's say for huge rows of data transactions), does it took so much cost, how do calculate/monitor it, so it could prevent for over billing.

    • @DataEngineering
      @DataEngineering  2 ปีที่แล้ว

      Not exactly... the transformation happens in your local runtime... unless you push it to snowflake

  • @karthiasokan1552
    @karthiasokan1552 2 ปีที่แล้ว

    Hi Sir, Which IDE is good to use python for snowflake ?

    • @DataEngineering
      @DataEngineering  2 ปีที่แล้ว

      Depends.. VSCode is lighter.. and you can also use pycharm...

  • @AakankshaArora
    @AakankshaArora ปีที่แล้ว

    Hi Can you please create video for snowflake with Tableau/ PowerBI

    • @DataEngineering
      @DataEngineering  ปีที่แล้ว

      will do it soon.. nobody has ever asked.. so never completed them..

  • @reddyharsha4225
    @reddyharsha4225 2 ปีที่แล้ว

    Sir kindly ask you do one video Data modeling in snowflake

    • @DataEngineering
      @DataEngineering  2 ปีที่แล้ว

      added in my list... will make ..
      Data Modeling is a common topic, what challenges you are facing
      (if youtube comment box is small, you can share your thought via instagram instagram.com/learn_dataengineering/)

  • @keepinaction9484
    @keepinaction9484 ปีที่แล้ว

    Hello Sie,
    Can you please provide that requirement.txt file. I stuck there

    • @DataEngineering
      @DataEngineering  ปีที่แล้ว

      this is how it looks like
      snowflake-connector-python
      pandas
      pyarrow=8.0.0

  • @praveendesu
    @praveendesu 2 ปีที่แล้ว

    I'm trying to connect to Snowflake using python using RSA private key method. But I'm getting this error. Can you please help.
    OSError: [Errno 22] Invalid argument: '/rsa_key.p8'