Skip to content

Commit 57f990e

Browse files
committed
Update readme examples for platform-checks
1 parent fef9d6a commit 57f990e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/developer/platform-checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ later in the execution. This will confirm that the database is able to perform a
198198
## Make sure the test is run on correct version only
199199

200200
When you add new features or have SQL syntax changes, this can be handled in platform checks by comparing against the `base_version`. In a `Check` this can be done directly, see for example `UUID`:
201-
https://github.com/MaterializeInc/materialize/blob/2c62a0509e42b309848753c9c0b9552474eae88e/misc/python/materialize/checks/uuid.py#L17-L28
201+
https://github.com/MaterializeInc/materialize/blob/fef9d6a00de4ff2bc6a92968470a2c88f85cab12/misc/python/materialize/checks/uuid.py#L17-L19
202202
For an action you have to pass the `base_version` parameter explicitly, see for example `UseClusterdCompute`:
203-
https://github.com/MaterializeInc/materialize/blob/2c62a0509e42b309848753c9c0b9552474eae88e/misc/python/materialize/checks/mzcompose_actions.py#L89-L94
203+
https://github.com/MaterializeInc/materialize/blob/fef9d6a00de4ff2bc6a92968470a2c88f85cab12/misc/python/materialize/checks/mzcompose_actions.py#L74-L97

0 commit comments

Comments
 (0)