diff --git a/docs/content/flink/procedures.md b/docs/content/flink/procedures.md index 8eb1786a08b3..e55e41e3d92e 100644 --- a/docs/content/flink/procedures.md +++ b/docs/content/flink/procedures.md @@ -148,7 +148,7 @@ All available procedures are listed below. -- based on the specified snapshot
CALL [catalog.]sys.create_tag(`table` => 'identifier', tag => 'tagName', snapshot_id => snapshotId)
-- based on the latest snapshot
- CALL [catalog.]sys.create_tag(`table` => 'identifier', snapshot_id => 'tagName')

+ CALL [catalog.]sys.create_tag(`table` => 'identifier', tag => 'tagName')

-- Use indexed argument
-- based on the specified snapshot
CALL [catalog.]sys.create_tag('identifier', 'tagName', snapshotId)