You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
66
67
The dataflow authoring experience remains the same as detailed [here](https://aka.ms/adfdataflows), except for certain areas detailed below.
67
68
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
+
68
82
#### Configuration panel
69
83
70
84
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
96
110
97
111
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.
98
112
99
-
#### Adding activities
113
+
#### Adding activities to the canvas
100
114
101
115
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.
102
116
@@ -109,7 +123,9 @@ Select an activity by using the search box or scrolling through the listed activ
109
123
You can now view the activities contained iteration and conditional activities.
110
124
111
125
:::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
+
113
129
You have two options to add activities to your iteration and conditional activities.
114
130
115
131
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
140
156
:::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.":::
141
157
142
158
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.":::
0 commit comments