* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Snowpark : Data Engineering With Snowflake.  (Lida 69 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Snowpark : Data Engineering With Snowflake.
« em: 18 de Fevereiro de 2023, 11:45 »

Snowpark : Data Engineering With Snowflake.
Published 2/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.89 GB | Duration: 4h 18m

Learn fundamentals of Snowflake-snowpark API.

What you'll learn
Connect Snowpark API with snowflake.
Basic read and write operations using Snowpark.
Do's and Don'ts while using Snowpark.
Building data components and basic data pipeline.
Requirements
Basic knowledge on python.
Description
What is Snowpark ?With Snowpark, Snowflake allows developers to write code in their preferred language.Along with Snowflake's original SQL interface now snowflake allows you to write code in, 1. Python 2. Scala 3. JavaSome of the key features of Snowpark are,Your code will be pushed to snowflake leveraging the compute power of snowflake warehouses.You will not end up exporting data to different environment but rather your code is shipped to the data.You can build complex data pipelines or data products using SnowparkSnowpark also address below overheads in conventional data pipelines,Long startup time of node clusters: Systems like Hadoop and Spark requires cluster of nodes to process data. Most of the time it takes 5-10 minutes to just start the cluster. In case of Snowpark we will be using snowflake warehouse to process our data.Problem of small files , Problem of using right joins to shuffle data across nodes, Problem of garbage collection. uncertainty when the compute nodes goes down.All the above problems are well handled with Snowpark.What you will learn ?You will learn the basics of SNOWPARK API. > Basic read and write operations. > Read data from s3 and load that to snowflake table. > We will do deep analysis of how SNOWPARK API works. > Do's and Don'ts of SNOWPARK. > Build data components to process data. > Build data pipeline to process data.
Overview
Section 1: Introduction
Lecture 1 Snowpark introduction
Lecture 2 Test connection
Lecture 3 Snowpark-demo part 1
Lecture 4 Snowpark-demo part2
Section 2: Snowpark-- Read operations
Lecture 5 Create dataframe--part1
Lecture 6 Create dataframe--part2
Lecture 7 Apply schema
Lecture 8 Create dataframe--part3
Lecture 9 Create dataframe--part4
Lecture 10 Read from table--part1
Lecture 11 Read from s3 csv
Lecture 12 Read from s3 json
Section 3: Assignments-- Read operation
Section 4: Snowpark---Write operations
Lecture 13 Basic write operation
Lecture 14 Write from s3 to table--json
Lecture 15 Write from s3 to table--csv
Section 5: Assignments -- write operations
Section 6: Assignments-- Read and write semistructured data.
Section 7: Snowpark--Copy commands
Lecture 16 Write using copy
Section 8: Transformations and query
Lecture 17 Aggregation in snowpark
Lecture 18 Group by --part 1
Lecture 19 Group by --part 2
Lecture 20 Window function
Lecture 21 Joins
Lecture 22 Using in clause
Section 9: Assignments---Transformation and query
Lecture 23 Prepare data
Section 10: Building generic components
Lecture 24 Download resources
Lecture 25 Create snow connection component-- part1
Lecture 26 Create snow connection component--part2
Lecture 27 Copy to snowflake table
Lecture 28 Creating configuration file
Lecture 29 Collect rejects
Lecture 30 Copy semi structured data part 1
Lecture 31 Copy semi structured data part 2
Lecture 32 Map columns
Lecture 33 Map columns solution
Lecture 34 Summary
Developers who want's to lean Snowflake-Snowpark.


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/f3316f7751d42f5c1a27a0c75a89c4d1/ecwyx.Snowpark..Data.Engineering.With.Snowflake..part1.rar.html
https://rapidgator.net/file/b4c8b8aad4b8d69d02bfc29a5d97151c/ecwyx.Snowpark..Data.Engineering.With.Snowflake..part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/5c8D0f44Ee1Eef93/ecwyx.Snowpark..Data.Engineering.With.Snowflake..part1.rar
https://uploadgig.com/file/download/2C4e8291749e4D12/ecwyx.Snowpark..Data.Engineering.With.Snowflake..part2.rar

nitroflare.com:
Citar
https://nitroflare.com/view/3BE5120B55C1586/ecwyx.Snowpark..Data.Engineering.With.Snowflake..part1.rar
https://nitroflare.com/view/3D9DE83FE63D591/ecwyx.Snowpark..Data.Engineering.With.Snowflake..part2.rar