Getting Started With Data Engineering Using Snowflake Notebooks

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Join Jeremiah Hansen, Principal Architect Global Field CTO Office at Snowflake, for a virtual hands-on lab that walks you step-by-step through the process of building Python data engineering pipelines with Snowflake Notebooks. This video will cover a complete Software Development Life Cycle (SDLC) for data engineering with Notebooks, including integration with Git, deploying to multiple environments through a CI/CD pipeline, instrumenting your code for monitoring and debugging, and orchestrating the pipelines with Task DAGs.
    Subscribe for more! www.snowflake.c...
    Explore sample code, download tools, and connect with peers: developers.sno...

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

  • @akimsmiley7325
    @akimsmiley7325 3 месяца назад +1

    Thank you Jeremiah for putting this video together as a follow-up to the Data Cloud Summit session, "Accelerate Ideas into Production with Snowflake DevOps Capabilities", to showcase the Data Engineering features curated in the Snowflake Notebook Quickstart! I appreciate you!

  • @agermoune
    @agermoune 26 дней назад

    Thanks for your time, but the best part which is setting all the environment (git, notebook setup.…) is what I need. I will look your playlist to see if you have it.

  • @techlycan
    @techlycan 2 месяца назад

    Thanks Jeremiah , this is really helpful. However i am stuck at a place where in i need to use env variable being passed to deploy_notebooks.sql inside my notebooks also. Could not find a way how to pass on that variable to notebook. One idea is to set a session variable in deploy_notebooks.sql and then access it in the notebooks however could not achieve it. Could you help here in this usecase ?