Author: user

Google Big Query @ Freshers.in

BigQuery : What are the different data types supported by BigQuery?

BigQuery supports a wide variety of data types, including: Numeric types: INTEGER, FLOAT, NUMERIC String types: STRING, BYTES Date and…

Continue Reading BigQuery : What are the different data types supported by BigQuery?
Google Big Query @ Freshers.in

BigQuery : Handle missing or null values in BigQuery

Missing or null values in BigQuery 6 Steps you should try  In BigQuery, missing or null values can be handled…

Continue Reading BigQuery : Handle missing or null values in BigQuery
Google Big Query @ Freshers.in

BigQuery : How do you optimize query performance in BigQuery

There are several ways to optimize query performance in BigQuery: Partitioning: Partitioning a table by a column can significantly improve…

Continue Reading BigQuery : How do you optimize query performance in BigQuery
getDbt

DBT : DBT’s way of handling versioning of data models.

DBT uses a versioning system called “Incremental Modeling” which allows to version data models by maintaining the history of changes…

Continue Reading DBT : DBT’s way of handling versioning of data models.
getDbt

DBT : DBTs way of handling testing and validation of data models ?

DBT uses a testing framework called “Snapshot Testing” which allows to take snapshots of the data in the database tables…

Continue Reading DBT : DBTs way of handling testing and validation of data models ?
python @ Freshers.in

Python : Program that copies a file from one location to another

This program uses the shutil.copy2() function to copy the file. The shutil.copy2() function is similar to the shutil.copy() function, but…

Continue Reading Python : Program that copies a file from one location to another
getDbt

DBT : Learn what is dbt docs. Explain with example

dbt (data build tool) is an open-source command line tool that helps data analysts and engineers write, test, and organize…

Continue Reading DBT : Learn what is dbt docs. Explain with example