Lab 05 ingest data with pipeline fix #379, #380#381
Open
v-mohamrafi wants to merge 8 commits intoMicrosoftLearning:mainfrom
Open
Lab 05 ingest data with pipeline fix #379, #380#381v-mohamrafi wants to merge 8 commits intoMicrosoftLearning:mainfrom
v-mohamrafi wants to merge 8 commits intoMicrosoftLearning:mainfrom
Conversation
v-mohamrafi
commented
Apr 7, 2026
Collaborator
Author
v-mohamrafi
left a comment
There was a problem hiding this comment.
The Fix completed as per below also the code works both in VM Skillable and locally.
Followed to cover the fixes.
- Removed the tatus file from the PR
- Fixed the notebook path: change Files/sales.csv back to Files/new_data/*.csv (or Files/new_data/Sales.csv) to match where the Copy Job actually writes the file
- Fix the inconsistent "Copy data" / "Copy job" references in the "Modify the pipeline" section
- Rewritten the new steps (lines 77-109) for grammar, clarity, and proper formatting per Microsoft style guidelines
- Fixed the "Date gateway" → "Data gateway" typo
- Fixed the image alt-text to match actual screenshot content
v-mohamrafi
commented
Apr 8, 2026
Collaborator
Author
v-mohamrafi
left a comment
There was a problem hiding this comment.
All updates done
v-mohamrafi
commented
Apr 10, 2026
Collaborator
Author
v-mohamrafi
left a comment
There was a problem hiding this comment.
Updated with copy job to copy data activity
- Rewrite Create a pipeline section to use Copy Data activity directly - Add Source/Destination tab configuration steps - Remove standalone Copy Job wizard and Add to pipeline steps - Add new screenshots for Copy Data activity workflow - Remove unused Copy Job screenshots - Fix formatting and grammar issues
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.
Module: 04
Lab/Demo: 05
Fixes # . Lab fixes on ingest data lake pipe line and notebook updated on Job data activity and copy job both in Pipeline and Notebook updated with new UI changes.
Changes proposed in this pull request: