Encrypt files in AWS S3 with a PGP key using a Dotnet Lambda function
This blog demonstrates how to encrypt a file in AWS S3 using the C# language in a AWS Lambda function. To do this, we need a PGP public key and private key to encrypt and decrypt a file respectively. Here are the simple five steps that will help us get there. 1.Create an AWS function […]
How to log all DBT test results into a centralized snowflake table
DBT has many inbuilt features for automating time-consuming work. One of those features is the DBT test. DBT test will generate singular tests based on the source.yaml file. Suppose we want to add a NOT NULL check to a column in the source table, we would simply add the following: version: 2sources: – name: source_name database: db_name schema: schema_name […]
Snowflake Streams and Tasks: Your Path to Real-Time Data Excellence
Introduction: In today’s fast-paced world of data analytics and cloud computing, businesses and data professionals need solutions that enable them to efficiently process, analyze, and manage data. Snowflake, a leading cloud data platform, has been at the forefront of providing innovative tools and features to meet these demands. Two such features that have gained prominence […]

