Skip to content

Commit be8beb5

Browse files
authored
supported playwright for updateOn DataContract semantic rule (open-metadata#23905)
* supported playwright for updateOn DataContract semantic rule * fix the test
1 parent 34ef13f commit be8beb5

File tree

3 files changed

+670
-1
lines changed

3 files changed

+670
-1
lines changed

openmetadata-ui/src/main/resources/ui/playwright/constant/dataContracts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,6 @@ export const DATA_CONTRACT_SEMANTIC_OPERATIONS = {
219219
greater_equal: '>=',
220220
contains: 'Contains',
221221
not_contains: 'Not contains',
222+
between: 'Between',
223+
not_between: 'Not between',
222224
};

0 commit comments

Comments
 (0)