Category: article

Snowflake

What are the Data Processing Operators in Snowflake ?

Filter : Represents an operation that filters the records. Attributes: Filter condition – the condition used to perform filtering. Join…

Continue Reading What are the Data Processing Operators in Snowflake ?
Snowflake

What are the features in Snowflake Query History page?

You can access the snowflake query history page from Navigation=>Compute=>Query History. Users can access the Query History page from the…

Continue Reading What are the features in Snowflake Query History page?
Snowflake

What are the Query Operators supported by Snowflake

Snowflake supports most of the standard operators defined in SQL:1999. Arithmetic Operators + , – , * , / ,…

Continue Reading What are the Query Operators supported by Snowflake
PySpark @ Freshers.in

PySpark – groupby with aggregation (count, sum, mean, min, max)

pyspark.sql.DataFrame.groupBy PySpark groupby functions groups the DataFrame using the specified columns to run aggregation ( count,sum,mean, min, max) on them….

Continue Reading PySpark – groupby with aggregation (count, sum, mean, min, max)
python @ Freshers.in

Python throwing as NameError: name ‘__file__’ is not defined – Solution

On Executing  os.path.dirname(os.path.realpath(__file__)) in python interactive shell, you will get the error NameError: name ‘__file__’ is not defined. This is…

Continue Reading Python throwing as NameError: name ‘__file__’ is not defined – Solution
amazon_api_gateway @ Freshers.in

Amazon API Gateway quick reference and cheat sheet

1. Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs…

Continue Reading Amazon API Gateway quick reference and cheat sheet
Hive @ Freshers.in

How to drop multiple partition in Hive by giving condition.

Hive Partitions is a good and easy way to organizes Hive tables into partitions by dividing tables into different parts…

Continue Reading How to drop multiple partition in Hive by giving condition.