Tag: cloud_storage
Data parsing in BigQuery: REGEXP_EXTRACT() – Capture specific patterns within a text field
This article provides an in-depth understanding of REGEXP_EXTRACT(), complete with examples you can run directly in BigQuery. Understanding REGEXP_EXTRACT(): The…
BigQuery vs. Traditional data warehouses: Dissecting the differences
Data warehouses, serving as the backbone of business intelligence, have evolved significantly with the advent of the cloud. Google BigQuery…
Google BigQuery’s integration with Bigtable and Datastore
Google Cloud Platform (GCP) offers a suite of services designed to work in harmony, providing a comprehensive data solution. Among…
Querying nested and repeated data with SQL Dialect using Google BigQuery
One feature that sets BigQuery apart is its support for nested and repeated fields, which allows it to store data…
Retrieving a list of all user names within the current account in snowflake
The ALL_USER_NAMES function in Snowflake is a powerful tool for retrieving a list of all user names within the current…
Snowflake : Combining multiple arrays into a single array, removing duplicate elements in Snowflake
ARRAY_UNION_AGG ARRAY_UNION_AGG is a built-in function in Snowflake that combines multiple arrays into a single array, removing duplicate elements. This…
Creating, cloning, and dropping databases in Snowflake
Snowflake is a powerful cloud-based data warehousing platform that offers a wide range of features for data management and analytics….
Insert a dataframe into Snowflake using Python – Source code included
In this article we will see how to insert a DataFrame into Snowflake using Python. You can use the pandas…
String Manipulation Techniques in Snowflake : REGEXP, CONTAINS, REPLACE, Splitting and Concatenating
String manipulation is fundamental when dealing with textual data in any database system. Snowflake offers an array of string functions…
Exploring the VARIANT data type in Snowflake
Snowflake, a leading cloud data platform, has a unique feature that distinguishes it from traditional relational databases. It offers a…