feat: Azure Data Engineering tutorials collection (10 modules)#2
Draft
feat: Azure Data Engineering tutorials collection (10 modules)#2
Conversation
Agent-Logs-Url: https://github.com/tuairbacar-sketch/data-science-tutorials/sessions/0783abc0-027c-4dea-83ae-5b35695d67e6 Co-authored-by: tuairbacar-sketch <233451591+tuairbacar-sketch@users.noreply.github.com>
…alue Agent-Logs-Url: https://github.com/tuairbacar-sketch/data-science-tutorials/sessions/0783abc0-027c-4dea-83ae-5b35695d67e6 Co-authored-by: tuairbacar-sketch <233451591+tuairbacar-sketch@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
tuairbacar
April 14, 2026 14:12
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
azure-data-engineering/top-level directory covering the full breadth of high-demand Azure Data Engineering topics, each as a self-contained module with a README, runnable code, and sample data where applicable.Modules
adf_pipeline_simulator.py— watermark-based Copy Activity simulationdatabricks_pyspark_demo.ipynb— PySpark transforms, window functions, Delta writesynapse_analytics_demo.py— CETAS, incremental load, partition elimination (DuckDB local sim)adls_gen2_demo.py— HNS operations, ACLs, Medallion structure via Azure SDKdelta_lake_demo.ipynb— CRUD, MERGE/upsert, time travel, schema evolution, transaction logsql_pyspark_demo.ipynb— joins, window functions, pivot/unpivot, perf tipsazure_sdk_demo.py— Blob Storage, Key Vault, ADF pipeline trigger + pollsnowflake_demo.py— COPY INTO, Snowpark, streams/tasks, time travel, zero-copy clonefabric_lakehouse_demo.py— Fabric REST API, OneLake upload, SQL Analytics Endpointscenario_pipeline_designer.py— 5 real-world pipeline design scenarios with model answersDesign notes
README.mdupdated with a new Azure Data Engineering section linking all modules.snowflake/sample_orders.csvincludes thetotalcolumn to match the target table schema used inCOPY INTO.secret.valuereference from Key Vault log call to avoid clear-text logging of sensitive data.