
Create a metadata JSON file to manage two source file name patterns for an Azure Data Factory pipeline, replacing inline parameters and enabling reading metadata within ADF.
Create dimension tables from grouped business description columns, assign surrogate keys (state_id, market_id, product_id, variety_id), and prepare the corresponding fact table.
Enable change data capture for the dim state table by using separate source and sync datasets, renaming columns, truncating the target table, and preparing to merge streams.
Apply a custom join condition in Azure Data Factory to load a dimension table by merging max state IDs with the surrogate key generator transformation, using derived columns.
Configure data flow to load the fact table by cloning and preparing dimension sources (market, product, variety), set up lookups for surrogate IDs, and apply selective projections and naming conventions.
The course includes most of the Real Time Scenarios on Developing Data Analytical Project.
Creating and Configuring Azure Data Lake Storage Gen2, Azure Data Factory, Azure SQL Database
Developing Metadata Driven Ingestion Pipeline to load source data into the Azure Data Lake Storage Account
Expertise knowledge on Lookup , Foreach and Copy activities for Ingesting the Source Data
Dimensional Modelling Design To Design Dimension and Fact Tables
Creating the Dimension Tables in Azure SQL Database
Design and Developing the Azure Data Factory pipelines to load Type1 Dimension Tables
Design and Development of Type2 Dimension Tables load using Azure Data Factory Pipeline
Design and Development of Fact tables using Azure Data Factory Pipeline
Performing Incremental Load in Data Ingestion and Data Transformation Azure Data Factory Pipeline to Process Delta data
Processing Semi Structured data using Azure Data Factory Dataflow Components
Automate the Azure Data Factory pipeline run using different type of Triggers Schedule , Tumbling Window and Event
Configuring Security between Azure Data Factory, Azure Data Lake Storage Account , Azure SQL Database and Azure Key Vault
Using Azure Key Vault to store the Secrets and use the Secrets in ADF pipelines
Monitoring the ADF pipeline runs using ADF Monitor and Azure Monitor
Debugging and Error Handling of Azure Data Factory Pipelines