Incremental join explained

Tags: databricks, delta lake, big data, incremental refresh, machine learning Incremental refresh This paper describes what I also called temporal join in the past. Suppose you have 2 big data tables (e.g. delta tables). Because the tables are so big, they are incrementally refreshed. This means that every day we add or change only the […]

Infra as code in Azure

The following link will explain the reasons for using infra as code: My recent setup involved: Azure data factory, SSIS, Azure SQL server, Azure dev-ops, key vault and ARM templates. GitI’ve made two different repositories. One for ADF and one for SSIS and SQL Server. Why? Reason 1 quicker building and deployingChanges to ADF are […]