Skip to content

Commit 73562f0

Browse files
authored
Merge pull request #209445 from n0elleli/previewexp-updates
Previewexp updates
2 parents f2246b4 + 61ca386 commit 73562f0

10 files changed

+43
-5
lines changed

articles/data-factory/how-to-manage-studio-preview-exp.md

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: tutorials
99
ms.topic: tutorial
1010
ms.custom: seo-lt-2019
11-
ms.date: 08/10/2022
11+
ms.date: 08/26/2022
1212
---
1313

1414
# Manage Azure Data Factory studio preview experience
@@ -60,11 +60,25 @@ There are two ways to enable preview experiences.
6060
[**Monitoring experimental view**](#monitoring-experimental-view)
6161
* [Simplified default monitoring view](#simplified-default-monitoring-view)
6262

63-
### Dataflow data first experimental view
63+
### Dataflow data-first experimental view
6464

6565
UI (user interfaces) changes have been made to mapping data flows. These changes were made to simplify and streamline the dataflow creation process so that you can focus on what your data looks like.
66+
6667
The dataflow authoring experience remains the same as detailed [here](https://aka.ms/adfdataflows), except for certain areas detailed below.
6768

69+
To see the data-first experimental view, you will need to follow these steps to enable it. By default, users will see the **Classic** style.
70+
71+
> [!NOTE]
72+
> To enable the data-first view, you will need to enable the preview experience in your settings and you will need an active Data flow debug session.
73+
74+
In your data flow editor, you can find several canvas tools on the right side like the **Search** tool, **Zoom** tool, and **Multi-select** tool.
75+
76+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-28.png" alt-text="Screenshot of the data flow editing canvas.":::
77+
78+
You will see a new icon under the **Multi-select** tool. This is how you can toggle between the **Classic** and the **Data-first** views.
79+
80+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-29.png" alt-text="Screenshot of data flow canvas options with button to switch views highlighted.":::
81+
6882
#### Configuration panel
6983

7084
The configuration panel for transformations has now been simplified. Previously, the configuration panel showed settings specific to the selected transformation.
@@ -96,7 +110,7 @@ Columns can be rearranged by dragging a column by its header. You can also sort
96110

97111
UI (user interface) changes have been made to activities in the pipeline editor canvas. These changes were made to simplify and streamline the pipeline creation process.
98112

99-
#### Adding activities
113+
#### Adding activities to the canvas
100114

101115
You now have the option to add an activity using the Add button in the bottom right corner of an activity in the pipeline editor canvas. Clicking the button will open a drop-down list of all activities that you can add.
102116

@@ -109,7 +123,9 @@ Select an activity by using the search box or scrolling through the listed activ
109123
You can now view the activities contained iteration and conditional activities.
110124

111125
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-11.png" alt-text="Screenshot of all iteration and conditional activity containers.":::
112-
126+
127+
##### Adding Activities
128+
113129
You have two options to add activities to your iteration and conditional activities.
114130

115131
1. Use the + button in your container to add an activity.
@@ -140,7 +156,29 @@ You have two options to add activities to your iteration and conditional activit
140156
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-18.png" alt-text="Screenshot of the drop-down list of activities in the right-most activity.":::
141157

142158
Select an activity by using the search box or scrolling through the listed activities. The selected activity will be added to the canvas inside of the container.
143-
159+
160+
##### Adjusting activity size
161+
162+
Your containerized activities can be viewed in two sizes. In the expanded size, you will be able to see all the activities in the container.
163+
164+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-23.png" alt-text="Screenshot of a ForEach activity with nest activities shown in a container view.":::
165+
166+
To save space on your canvas, you can also collapse the containerized view using the **Minimize** arrows found in the top right corner of the activity.
167+
168+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-24.png" alt-text="Screenshot of a containerized ForEach activity with option to minimize highlighted in the top right corner.":::
169+
170+
This will shrink the activity size and hide the nested activities.
171+
172+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-25.png" alt-text="Screenshot of a minimized ForEach activity.":::
173+
174+
If you have multiple container activities, you can save time by collapsing or expanding all activities at once by right clicking on the canvas. This will bring up the option to hide all nested activities.
175+
176+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-26.png" alt-text="Screenshot of the drop-down list on editor canvas with the option to Hide nested activities highlighted.":::
177+
178+
Click **Hide nested activities** to collapse all containerized activities. To expand all the activities, click **Show nested activities**, found in the same list of canvas options.
179+
180+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-27.png" alt-text="Screenshot of all minimized nested activities on the canvas.":::
181+
144182

145183
### Monitoring experimental view
146184

77.2 KB
Loading
126 KB
Loading
269 KB
Loading
196 KB
Loading
44.5 KB
Loading
340 KB
Loading
115 KB
Loading
397 KB
Loading
143 KB
Loading

0 commit comments

Comments
 (0)