-
Snowflake Infrastructure Management : CI/CD Pipeline with Terraform/DBT and GitLab
- October 16, 2023
- Posted by: Sahana Ishwarya
- Categories: Cloud Datawarehouse, Data Integration, DevOps, Infrastructure as a Service, Snowflake
No CommentsIntroduction Managing Snowflake infrastructure is a formidable challenge, involving the provisioning of databases, schemas, sequences, and tables. In this blog, I’ll guide you on streamlining and ensuring consistency using Terraform/DBT as your infrastructure-as-code (IaC) tool. Join me as we create a CI/CD pipeline for Snowflake infrastructure with GitLab, Terraform/DBT, and Visual Studio Code. Prerequisites Before
-
ADF – DevOps CI/CD Pipeline Automation
- April 6, 2022
- Posted by: Balachander Chandrasekar
- Category: DevOps
Azure Data Factory is Azure’s cloud ETL service for scale-out serverless data integration and data transformation. Azure Data Factory utilizes Azure Resource Manager templates to store the configuration of your various ADF entities (pipelines, datasets, data flows, and so on). The Promotion of data factory from one environment to another environment can be automated using
-
Jenkins – Azure Repository Cloning
- August 10, 2021
- Posted by: Balachander Chandrasekar
- Category: DevOps
Jenkins provides different ways to take Clone/checkout of a repository from the Microsoft Azure DevOps portal. In this blog, We will see three Jenkins methods to clone the Azure Repository.