Skip to content

Commit

Permalink
Merge pull request #24 from microsoft/itsnotaboutthecell-patch-6
Browse files Browse the repository at this point in the history
Update DataflowGen2.md
  • Loading branch information
itsnotaboutthecell authored Sep 24, 2024
2 parents 3783c49 + 7d69254 commit b708b50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Data Factory in a Day/DataflowGen2.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@

1. Navigate to the far right of the **DimCustomer** table and select the joined **DimGeography** table column's top right corner to expand the table. From the available column selections, deselect **GeographyKey** since this column is what we used to merge on and already exists in the dataset. Select **OK** to continue.

1. Navigate to the far right fo the **DimCustomer** table and select the joined **DimGeography** table column's top right corner to expand the table, from the avaialble column selections deselect **GeographyKey** since this column is what we used to merge on and already exists in the dataset before selecting **OK** to continue.

![Expand DimGeography](./Media/merge-dimcustomer-expand.png)

1. On the right-hand side, you can review the Applied steps list, which indicates that our queries are successfully folding back to the lakehouse's SQL endpoint. The options View data source query and View query plan also exist to review the SQL generated or the execution plan for the query. This step allows you to verify that the data transformations are being applied correctly and efficiently, ensuring the integrity and performance of your data pipeline.
Expand Down Expand Up @@ -193,4 +191,4 @@ In this lab, we covered a comprehensive range of topics essential for connecting

Overall, these skills are essential for effectively leveraging a low-code data prep interface. They enable you to streamline your data projects, optimize storage and retrieval, and ensure that your data is always ready for analysis.

- Return to the [Data Factory in a Day](./README.md) homepage
- Return to the [Data Factory in a Day](./README.md) homepage

0 comments on commit b708b50

Please sign in to comment.