Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Azure Data Engineering Cookbook

You're reading from  Azure Data Engineering Cookbook

Product type Book
Published in Apr 2021
Publisher Packt
ISBN-13 9781800206557
Pages 454 pages
Edition 1st Edition
Languages
Author (1):
Ahmad Osama Ahmad Osama
Profile icon Ahmad Osama

Table of Contents (11) Chapters

Preface Chapter 1: Working with Azure Blob Storage Chapter 2: Working with Relational Databases in Azure Chapter 3: Analyzing Data with Azure Synapse Analytics Chapter 4: Control Flow Activities in Azure Data Factory Chapter 5: Control Flow Transformation and the Copy Data Activity in Azure Data Factory Chapter 6: Data Flows in Azure Data Factory Chapter 7: Azure Data Factory Integration Runtime Chapter 8: Deploying Azure Data Factory Pipelines Chapter 9: Batch and Streaming Data Processing with Azure Databricks Other Books You May Enjoy

Implementing incremental data loading with a mapping data flow

A mapping data flow provides a code-free data flow transformation environment. We use the UI to implement the ETL and process the pipeline. Spark clusters are then provisioned, and then the data flow is transformed to Spark code and executed.

In this recipe, we'll look at one of the approaches to implement incremental data loading using a mapping data flow.

Getting ready

To get started, do the following:

  1. Log in to https://portal.azure.com using your Azure credentials.
  2. Open a new PowerShell prompt. Execute the following command to log in to your Azure account from PowerShell:
    Connect-AzAccount
  3. You will need an existing Data Factory account. If you don't have one, create one by executing the following PowerShell script: ~/azure-data-engineering-cookbook\Chapter04\3_CreatingAzureDataFactory.ps1.
  4. Create an Azure storage account and upload files to the ~/Chapter06/Data folder in orders/datain...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}