Skip to content

Commit 358504b

Browse files
committed
status
1 parent 4769f05 commit 358504b

10 files changed

+12
-12
lines changed

articles/data-factory/data-flow-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Fixed mappings can be used to map a subcolumn of a hierarchical column to a top-
3838
## Rule-based mapping
3939

4040

41-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4xiXz]
41+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=f1d4575c-e0e0-4827-bc0b-6e85bca986b5]
4242
4343
If you wish to map many columns at once or pass drifted columns downstream, use rule-based mapping to define your mappings using column patterns. Match based on the `name`, `type`, `stream`, and `position` of columns. You can have any combination of fixed and rule-based mappings. By default, all projections with greater than 50 columns will default to a rule-based mapping that matches on every column and outputs the inputted name.
4444

articles/data-factory/data-flow-sink.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ After you've added a sink, configure via the **Sink** tab. Here you can pick or
7575

7676
The following video explains a number of different sink options for text-delimited file types.
7777

78-
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4tf7T]
78+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=f6b52fbb-e98b-4fa1-b872-a0278ed02227]
7979
8080
:::image type="content" source="media/data-flow/sink-settings.png" alt-text="Screenshot that shows Sink settings.":::
8181

@@ -86,7 +86,7 @@ The following video explains a number of different sink options for text-delimit
8686

8787
## Cache sink
8888

89-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4HKt1]
89+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=f0587234-eb56-458f-8c55-478881ed2985]
9090
9191
A *cache sink* is when a data flow writes data into the Spark cache instead of a data store. In mapping data flows, you can reference this data within the same flow many times using a *cache lookup*. This is useful when you want to reference data as part of an expression but don't want to explicitly join the columns to it. Common examples where a cache sink can help are looking up a max value on a data store and matching error codes to an error message database.
9292

@@ -138,7 +138,7 @@ When writing to databases, certain rows of data may fail due to constraints set
138138

139139
Below is a video tutorial on how to use database error row handling automatically in your sink transformation.
140140

141-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4IWne]
141+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=0d38b49c-428f-4ac3-82c2-c677823d60c9]
142142
143143
For assert failure rows, you can use the Assert transformation upstream in your data flow and then redirect failed assertions to an output file here in the sink errors tab. You also have an option here to ignore rows with assertion failures and not output those rows at all to the sink destination data store.
144144

articles/data-factory/data-flow-stringify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 05/15/2024
1414

1515
Use the stringify transformation to turn complex data types into strings. This can be useful when you need to store or send column data as a single string entity that may originate as a structure, map, or array type.
1616

17-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWMTs9]
17+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=811ea298-48a2-4757-be16-8cfaef79a8b3]
1818
1919
## Configuration
2020

articles/data-factory/data-flow-union.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can combine n-number of streams in the settings table by selecting the "+" i
2222

2323
Here is a short video walk-through of the union transformation in the mapping data flow:
2424

25-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4vngz]
25+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=b2efaa0d-096d-44e5-9ce0-71d6b68f3924]
2626
2727
:::image type="content" source="media/data-flow/union.png" alt-text="Union transformation":::
2828

articles/data-factory/data-flow-unpivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use Unpivot in a mapping data flow as a way to turn an unnormalized dataset into
2020

2121
:::image type="content" source="media/data-flow/unpivot1.png" alt-text="Screenshot shows Unpivot selected from the menu.":::
2222

23-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4B1RR]
23+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=8746f3b9-b71e-4cd3-8def-550d8d6a44e2]
2424
2525
## Ungroup By
2626

articles/data-factory/data-flow-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Window transformation is where you define window-based aggregations of colum
2020

2121
:::image type="content" source="media/data-flow/windows1.png" alt-text="Screenshot shows Windowing selected from the menu.":::
2222

23-
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4IAVu]
23+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=f4c22cfd-df94-4add-a3e1-c072e897f50b]
2424
2525
## Over
2626
Set the partitioning of column data for your window transformation. The SQL equivalent is the ```Partition By``` in the Over clause in SQL. If you wish to create a calculation or create an expression to use for the partitioning, you can do that by hovering over the column name and selecting **Computed column**.

articles/data-factory/format-delta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: makromer
1414

1515
This article highlights how to copy data to and from a delta lake stored in [Azure Data Lake Store Gen2](connector-azure-data-lake-storage.md) or [Azure Blob Storage](connector-azure-blob-storage.md) using the delta format. This connector is available as an [inline dataset](data-flow-source.md#inline-datasets) in mapping data flows as both a source and a sink.
1616

17-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4ALTs]
17+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=5dd270a4-6cc0-4b60-8041-b1e835ab8a50]
1818
1919
## Mapping data flow properties
2020

articles/data-factory/how-to-data-flow-dedupe-nulls-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.subservice: data-flows
1414

1515
By using code snippets in mapping data flows, you can easily perform common tasks such as data deduplication and null filtering. This article explains how to easily add those functions to your pipelines by using data flow script snippets.
1616
<br>
17-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4GnhH]
17+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=9caa524f-5af1-4bfa-845f-72a170ac0e5d]
1818
1919
## Create a pipeline
2020

articles/data-factory/how-to-data-flow-error-rows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There are two primary methods to graceful handle errors when writing data to you
3333
3. The problem is that the movie title doesn't all fit within a sink column that can only hold five characters. When you execute this data flow, you receive an error like this one: ```"Job failed due to reason: DF-SYS-01 at Sink 'WriteToDatabase': java.sql.BatchUpdateException: String or binary data would be truncated. java.sql.BatchUpdateException: String or binary data would be truncated."```
3434

3535
This video walks through an example of setting-up error row handling logic in your data flow:
36-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4uOHj]
36+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=248a4a27-1955-4cb9-9dd2-47ffd1534c62]
3737
3838
## How to design around this condition
3939

articles/data-factory/quickstart-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you don't have an Azure subscription, create a [free account](https://azure
2323

2424
The following video provides a walkthrough of the sample:
2525

26-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE583aX]
26+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=0550df36-bfe6-407b-b00b-1b60fa700e94]
2727
2828
## Try your first demo with one click
2929
In your first demo scenario you will use the [Copy activity](copy-activity-overview.md) in a data factory to copy an Azure blob named moviesDB2.csv from an input folder on an Azure Blob Storage to an output folder. In a real world scenario this copy operation could be between any of the many supported data sources and sinks available in the service. It could also involve transformations in the data.

0 commit comments

Comments
 (0)