Author: user

PySpark @ Freshers.in

PySpark : Exploring PySpark’s last_day function with detailed examples

PySpark provides an easy-to-use interface for programming Spark with the Python programming language. Among the numerous functions available in PySpark,…

Continue Reading PySpark : Exploring PySpark’s last_day function with detailed examples
getDbt

DBT : Converting a variable into a string in DBT

Jinja’s as_text filter is a way to convert a variable into a string in Jinja. It is often used to…

Continue Reading DBT : Converting a variable into a string in DBT
Snowflake

Snowflake : How Snowflake handle backup and recovery?

In this article, we will discuss how Snowflake handles backup and recovery, and how these features help ensure the integrity…

Continue Reading Snowflake : How Snowflake handle backup and recovery?
Snowflake

Snowflake : Process of scaling and managing Snowflake clusters

Snowflake’s architecture is designed to provide virtually unlimited scale, allowing users to easily scale up or down based on their…

Continue Reading Snowflake : Process of scaling and managing Snowflake clusters
Snowflake

Snowflake : An overview of Snowflake’s Data Sharing feature

One of Snowflake’s most popular features is its data sharing capability, which allows organizations to securely share data with external…

Continue Reading Snowflake : An overview of Snowflake’s Data Sharing feature
Shell Scripting @ Freshers.in

Shell : Deleting empty subdirectories in a directory

In Unix-based operating systems, it is common to write shell scripts to automate tasks. One common task is deleting empty…

Continue Reading Shell : Deleting empty subdirectories in a directory