MicrosoftLearning / mslearn-fabric

This repository hosts content related to Microsoft Fabric content on Microsoft Learn.
https://microsoftlearning.github.io/mslearn-fabric/
MIT License
184 stars 145 forks source link

"Ingest Data with Dataflows Gen2 in Microsoft Fabric" Lab - Dataflow Name #174

Closed VitalyMCT closed 2 months ago

VitalyMCT commented 2 months ago

The instructions request the dataflow be renamed after creation:

image

There is no new name recommended. Thereafter the instructions still reference dataflow as "Dataflow 1":

image

I think there are at least 2 possible solutions to make this aspect consistent:

1) Remove the rename step as it's not needed 2) Keep the rename step, provide a suggested new name, and update downstream instructions to reference the new name

IMO Option 2 is ideal in terms of best-practices of using meaningful (rather than auto-generated) names for Fabric items, however, it's a bit more effort to integrate into the instructions :)