Skip to content

Commit 599a7fb

Browse files
Merge pull request #280103 from Albertyang0/2024_07-Monthly-broken-links-fix-sreekzz
2024_07 - Fix monthly broken links - sreekzz
2 parents 52e5c89 + a24551b commit 599a7fb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

articles/hdinsight-aks/flink/use-flink-delta-connector.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Connector's version Flink's version
3838
0.7.0 X >= 1.16.1 --- We use this in Flink 1.17.0
3939
```
4040

41-
For more information, see [Flink/Delta Connector](https://github.com/delta-io/connectors/blob/master/flink/README.md).
4241

4342
## Prerequisites
4443

@@ -90,7 +89,6 @@ import org.apache.hadoop.conf.Configuration;
9089
}
9190
```
9291

93-
For other continuous model example, see [Data Source Modes](https://github.com/delta-io/connectors/blob/master/flink/README.md#modes).
9492

9593
## Writing to Delta sink
9694

@@ -140,7 +138,7 @@ public static DataStream<RowData> createDeltaSink(
140138
return stream;
141139
}
142140
```
143-
For other Sink creation example, see [Data Sink Metrics](https://github.com/delta-io/connectors/blob/master/flink/README.md#modes).
141+
144142

145143
## Full code
146144

@@ -353,14 +351,12 @@ Once the data is in delta sink, you can run the query in Power BI desktop and cr
353351

354352
:::image type="content" source="./media/use-flink-delta-connector/adls-gen-2-details.png" alt-text="Screenshot shows ADLS Gen2-details.":::
355353

356-
1. Create M-query for the source and invoke the function, which queries the data from storage account. Refer [Delta Power BI connectors](https://github.com/delta-io/connectors/tree/master/powerbi).
354+
2. Create M-query for the source and invoke the function, which queries the data from storage account.
357355

358-
1. Once the data is readily available, you can create reports.
356+
3. Once the data is readily available, you can create reports.
359357

360358
:::image type="content" source="./media/use-flink-delta-connector/create-reports.png" alt-text="Screenshot shows how to create reports.":::
361359

362360
## References
363361

364-
* [Delta connectors](https://github.com/delta-io/connectors/tree/master/flink).
365-
* [Delta Power BI connectors](https://github.com/delta-io/connectors/tree/master/powerbi).
366362
* Apache, Apache Flink, Flink, and associated open source project names are [trademarks](../trademarks.md) of the [Apache Software Foundation](https://www.apache.org/) (ASF).

0 commit comments

Comments
 (0)