Skip to content

Commit

Permalink
[Feature][transform-v2] Support flink transform metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
nijiahui committed Jan 22, 2025
1 parent 76349c7 commit 60cd7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh/connector-v2/sink/Doris.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ DISTRIBUTED BY HASH (${rowtype_primary_key})

```sql
CREATE TABLE IF NOT EXISTS `${database}`.`${table_name}`
(
(
id,
${rowtype_fields}
) ENGINE = OLAP UNIQUE KEY (${rowtype_primary_key})
Expand Down Expand Up @@ -360,4 +360,4 @@ sink {

PR 4235 is an incompatible modification to PR 3856. Please refer to PR 4235 to use the new Doris connector

:::
:::

0 comments on commit 60cd7fe

Please sign in to comment.