Skip to content

Commit 36d663d

Browse files
author
Jill Grant
authored
Merge pull request #292234 from meganbradley/meganbradley/docutune-autopr-20241220-032428-5794281-ignore-build
[BULK] - DocuTune remediation - Red Tiger deprecation (part 7)
2 parents a13256b + 5878074 commit 36d663d

20 files changed

+23
-24
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the flowlet transformation to run a previously created mapping data flow flo
2121
> [!NOTE]
2222
> The flowlet transformation in Azure Data Factory and Synapse Analytics pipelines is currently in public preview
2323
24-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWQK3m]
24+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=18076f34-9a6b-41bb-a2a8-88b2f279307f]
2525
2626
## Configuration
2727

@@ -55,4 +55,3 @@ If the selected flowlet has input columns, you can map columns from the input st
5555
source1 derive(Test = "test") ~> DerivedColumn1
5656
DerivedColumn1 output() ~> output1
5757
```
58-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you would like to explicitly produce a full cartesian product, use the Derive
5757

5858
You can choose to join based on fuzzy join logic instead of exact column value matching by turning on the "Use fuzzy matching" checkbox option.
5959

60-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4ZeWr]
60+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=d7e53d75-099c-44d3-bcc0-95dc8da2d1fb]
6161
6262
* Combine text parts: Use this option to find matches by remove space between words. For example, Data Factory is matched with DataFactory if this option is enabled.
6363
* Similarity score column: You can optionally choose to store the matching score for each row in a column by entering a new column name here to store that value.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the lookup transformation to reference data from another source in a data fl
2121

2222
A lookup transformation is similar to a left outer join. All rows from the primary stream will exist in the output stream with additional columns from the lookup stream.
2323

24-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4xsVT]
24+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=e4b08344-f63d-4cb8-88ab-df1dc1b6208f]
2525
2626
## Configuration
2727

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

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

1717
Use the Parse transformation to parse text columns in your data that are strings in document form. The current supported types of embedded documents that can be parsed are JSON, XML, and delimited text.
1818

19-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWykdO]
19+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=96271183-7b44-46e9-9fc7-7a3fca27c8ca]
2020
2121
## Configuration
2222

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

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

1919
Use the pivot transformation to create multiple columns from the unique row values of a single column. Pivot is an aggregation transformation where you select group by columns and generate pivot columns using [aggregate functions](data-flow-aggregate-functions.md).
2020

21-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4C4YN]
21+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=10a0178b-4ae1-4af7-a092-84d90ff2e284]
2222
2323
## Configuration
2424

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

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

2020
Use the rank transformation to generate an ordered ranking based upon sort conditions specified by the user.
2121

22-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4GGJo]
22+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=c6c8f590-1cba-4cf9-ada3-58e44516804a]
2323
2424
## Configuration
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ derive1 sink(allowSchemaDrift: true,
140140

141141
Script snippets are shareable code of Data Flow Script that you can use to share across data flows. This video below talks about how to use script snippets and utilizing Data Flow Script to copy and paste portions of the script behind your data flow graphs:
142142

143-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4tA9b]
143+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=a0b4b213-00d1-4cee-a817-51bf52ef50c0]
144144
145145

146146
### Aggregated summary stats

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

0 commit comments

Comments
 (0)