Skip to content
  • Home
  • Arithmetic Aptitude
  • General Knowledge
  • HR Tales
  • Software/IT Interview questions

Freshers.in

Igniting the Spark of Knowledge

python @ Freshers.in

Python : How to split a list into batch of specific number in python

 user  May 9, 2023  0 Comments on Python : How to split a list into batch of specific number in python

Here I have a list of 5500 elements , I want to split in to batches of 1000. You can use…

Continue Reading Python : How to split a list into batch of specific number in python
python @ Freshers.in

Python : Dynamically access or modify object attributes [ getattr and setattr ]

 user  May 9, 2023  0 Comments on Python : Dynamically access or modify object attributes [ getattr and setattr ]

getattr and setattr are built-in Python functions that allow you to dynamically get and set attributes of an object, respectively….

Continue Reading Python : Dynamically access or modify object attributes [ getattr and setattr ]
Snowflake

Snowflake : Sharing Data with External Organizations using Snowflake Data Share

 user  May 7, 2023  0 Comments on Snowflake : Sharing Data with External Organizations using Snowflake Data Share

Snowflake Data Share is a powerful feature that allows you to securely share your data with external organizations without the…

Continue Reading Snowflake : Sharing Data with External Organizations using Snowflake Data Share
Snowflake

Snowflake : Understanding Snowflake’s Time Travel and Fail-safe Features with Examples

 user  May 7, 2023  0 Comments on Snowflake : Understanding Snowflake’s Time Travel and Fail-safe Features with Examples

Snowflake is a cloud-based data warehousing platform that offers a variety of advanced features, making it a popular choice among…

Continue Reading Snowflake : Understanding Snowflake’s Time Travel and Fail-safe Features with Examples
getDbt

DBT : Harnessing DBT Snapshots to Track Historical Data Changes

 user  May 7, 2023  0 Comments on DBT : Harnessing DBT Snapshots to Track Historical Data Changes

One of its key features of DBT is the ability to capture historical changes in data over time using snapshots….

Continue Reading DBT : Harnessing DBT Snapshots to Track Historical Data Changes
getDbt

DBT Tests: Ensuring Data Quality in Your DBT Project . Write and run custom data tests.

 user  May 7, 2023  0 Comments on DBT Tests: Ensuring Data Quality in Your DBT Project . Write and run custom data tests.

One crucial aspect of data transformation is ensuring that your output data meets certain quality standards. DBT tests are an…

Continue Reading DBT Tests: Ensuring Data Quality in Your DBT Project . Write and run custom data tests.

DBT Sources: Streamlining Raw Data Management in Your DBT Project

 user  May 7, 2023  0 Comments on DBT Sources: Streamlining Raw Data Management in Your DBT Project

DBT sources are a powerful feature that helps in managing raw data in your DBT project. They provide a way…

Continue Reading DBT Sources: Streamlining Raw Data Management in Your DBT Project
getDbt

DBT : Managing dependencies between DBT models. Explain the use of the ref() function?

 user  May 6, 2023  0 Comments on DBT : Managing dependencies between DBT models. Explain the use of the ref() function?

Managing dependencies between DBT models is essential for ensuring the correct order of execution and maintaining data consistency. The ref()…

Continue Reading DBT : Managing dependencies between DBT models. Explain the use of the ref() function?
getDbt

DBT : Explain the concept of incremental models in DBT. How do they help optimize data transformation pipelines?

 user  May 6, 2023  0 Comments on DBT : Explain the concept of incremental models in DBT. How do they help optimize data transformation pipelines?

Incremental models in DBT are a type of materialization designed to optimize data transformation pipelines, especially for large datasets where…

Continue Reading DBT : Explain the concept of incremental models in DBT. How do they help optimize data transformation pipelines?
getDbt

DBT : Difference between DBT materializations, and how do you choose the right one for a specific use case

 user  May 6, 2023  0 Comments on DBT : Difference between DBT materializations, and how do you choose the right one for a specific use case

Materializations in DBT are a way to define how the output of a model should be stored in the destination…

Continue Reading DBT : Difference between DBT materializations, and how do you choose the right one for a specific use case

Posts navigation

← Newer posts 1 … 29 30 31 32 33 … 116 Older posts →

Trending

DBT
Python
PySpark
Hive
Snowflake
Redshift
Airflow
Aptitude

Recent Posts

  • Setting up Minikube using docker driver on ubuntu
  • Optimizing PySpark queries with adaptive query execution – (AQE) – Example included
  • Transferring elastic IP between AWS accounts – Step by step process
  • Handling NULL values in dynamic SQL insert statements using Python
  • PySpark : Calculate the Euclidean distance or the square root of the sum of the squares of its arguments using PySpark.

Featured Posts – Slider Widget

Setting up Minikube using docker driver on ubuntu

PySpark @ Freshers.in

Optimizing PySpark queries with adaptive query execution – (AQE) – Example included

aws logo @ Freshers.in

Transferring elastic IP between AWS accounts – Step by step process

python @ Freshers.in

Handling NULL values in dynamic SQL insert statements using Python

PySpark @ Freshers.in

PySpark : Calculate the Euclidean distance or the square root of the sum of the squares of its arguments using PySpark.

PySpark @ Freshers.in

PySpark : How to perform compute covariance using covar_pop and covar_samp with PySpark

Automated email responses using Gmail and google sheets with Google apps script

AWS Glue @ Freshers.in

Navigating job dependencies in AWS glue – Managing ETL workflows

Apache Airflow

Airflow scheduler does not appear to be running. Last heartbeat was received 20 minutes ago. The DAGs list may not update : Resolved

PySpark @ Freshers.in

Spark repartition() vs coalesce() – A complete information

Most Viewed Posts

  • dbt (data build tool) interview questions
  • Python throwing as NameError: name ‘__file__’ is not defined – Solution
  • DBT command not found after intalling DBT – How to resolve – Explained.
  • Airflow dags not getting refreshed/updating. How to do it manually?
  • PySpark – groupby with aggregation (count, sum, mean, min, max)
  • How to delete a partition data as well from Hive external table on DROP command?
  • How to transform a JSON Column to multiple columns based on Key in PySpark

Copyright © 2023 Freshers.in