@@ -101,7 +101,7 @@ Please expand the section below to see the [DQOps command-line](../../../dqo-con
101
101
The sample * schema_name.table_name.dqotable.yaml* file with the check configured is shown below.
102
102
103
103
104
- ``` yaml hl_lines="7-17 "
104
+ ``` yaml hl_lines="7-19 "
105
105
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
106
106
apiVersion : dqo/v1
107
107
kind : table
@@ -115,8 +115,10 @@ spec:
115
115
expected_values :
116
116
- 2
117
117
- 3
118
- error :
118
+ warning :
119
119
max_missing : 0
120
+ error :
121
+ max_missing : 1
120
122
fatal :
121
123
max_missing : 2
122
124
labels :
@@ -793,7 +795,7 @@ Expand the *Configure with data grouping* section to see additional examples for
793
795
**Sample configuration with data grouping enabled (YAML)**
794
796
The sample below shows how to configure the data grouping and how it affects the generated SQL query.
795
797
796
- ```yaml hl_lines="5-15 29-34 "
798
+ ```yaml hl_lines="5-15 31-36 "
797
799
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
798
800
apiVersion: dqo/v1
799
801
kind: table
@@ -816,8 +818,10 @@ Expand the *Configure with data grouping* section to see additional examples for
816
818
expected_values:
817
819
- 2
818
820
- 3
819
- error :
821
+ warning :
820
822
max_missing: 0
823
+ error:
824
+ max_missing: 1
821
825
fatal:
822
826
max_missing: 2
823
827
labels:
@@ -1604,7 +1608,7 @@ Please expand the section below to see the [DQOps command-line](../../../dqo-con
1604
1608
The sample * schema_name.table_name.dqotable.yaml* file with the check configured is shown below.
1605
1609
1606
1610
1607
- ``` yaml hl_lines="7-18 "
1611
+ ``` yaml hl_lines="7-20 "
1608
1612
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
1609
1613
apiVersion : dqo/v1
1610
1614
kind : table
@@ -1619,8 +1623,10 @@ spec:
1619
1623
expected_values :
1620
1624
- 2
1621
1625
- 3
1622
- error :
1626
+ warning :
1623
1627
max_missing : 0
1628
+ error :
1629
+ max_missing : 1
1624
1630
fatal :
1625
1631
max_missing : 2
1626
1632
labels :
@@ -2297,7 +2303,7 @@ Expand the *Configure with data grouping* section to see additional examples for
2297
2303
**Sample configuration with data grouping enabled (YAML)**
2298
2304
The sample below shows how to configure the data grouping and how it affects the generated SQL query.
2299
2305
2300
- ```yaml hl_lines="5-15 30-35 "
2306
+ ```yaml hl_lines="5-15 32-37 "
2301
2307
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
2302
2308
apiVersion: dqo/v1
2303
2309
kind: table
@@ -2321,8 +2327,10 @@ Expand the *Configure with data grouping* section to see additional examples for
2321
2327
expected_values:
2322
2328
- 2
2323
2329
- 3
2324
- error :
2330
+ warning :
2325
2331
max_missing: 0
2332
+ error:
2333
+ max_missing: 1
2326
2334
fatal:
2327
2335
max_missing: 2
2328
2336
labels:
@@ -3109,7 +3117,7 @@ Please expand the section below to see the [DQOps command-line](../../../dqo-con
3109
3117
The sample * schema_name.table_name.dqotable.yaml* file with the check configured is shown below.
3110
3118
3111
3119
3112
- ``` yaml hl_lines="7-18 "
3120
+ ``` yaml hl_lines="7-20 "
3113
3121
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
3114
3122
apiVersion : dqo/v1
3115
3123
kind : table
@@ -3124,8 +3132,10 @@ spec:
3124
3132
expected_values :
3125
3133
- 2
3126
3134
- 3
3127
- error :
3135
+ warning :
3128
3136
max_missing : 0
3137
+ error :
3138
+ max_missing : 1
3129
3139
fatal :
3130
3140
max_missing : 2
3131
3141
labels :
@@ -3802,7 +3812,7 @@ Expand the *Configure with data grouping* section to see additional examples for
3802
3812
**Sample configuration with data grouping enabled (YAML)**
3803
3813
The sample below shows how to configure the data grouping and how it affects the generated SQL query.
3804
3814
3805
- ```yaml hl_lines="5-15 30-35 "
3815
+ ```yaml hl_lines="5-15 32-37 "
3806
3816
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
3807
3817
apiVersion: dqo/v1
3808
3818
kind: table
@@ -3826,8 +3836,10 @@ Expand the *Configure with data grouping* section to see additional examples for
3826
3836
expected_values:
3827
3837
- 2
3828
3838
- 3
3829
- error :
3839
+ warning :
3830
3840
max_missing: 0
3841
+ error:
3842
+ max_missing: 1
3831
3843
fatal:
3832
3844
max_missing: 2
3833
3845
labels:
@@ -4614,7 +4626,7 @@ Please expand the section below to see the [DQOps command-line](../../../dqo-con
4614
4626
The sample * schema_name.table_name.dqotable.yaml* file with the check configured is shown below.
4615
4627
4616
4628
4617
- ``` yaml hl_lines="12-23 "
4629
+ ``` yaml hl_lines="12-25 "
4618
4630
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
4619
4631
apiVersion : dqo/v1
4620
4632
kind : table
@@ -4634,8 +4646,10 @@ spec:
4634
4646
expected_values :
4635
4647
- 2
4636
4648
- 3
4637
- error :
4649
+ warning :
4638
4650
max_missing : 0
4651
+ error :
4652
+ max_missing : 1
4639
4653
fatal :
4640
4654
max_missing : 2
4641
4655
labels :
@@ -5321,7 +5335,7 @@ Expand the *Configure with data grouping* section to see additional examples for
5321
5335
**Sample configuration with data grouping enabled (YAML)**
5322
5336
The sample below shows how to configure the data grouping and how it affects the generated SQL query.
5323
5337
5324
- ```yaml hl_lines="10-20 40-45 "
5338
+ ```yaml hl_lines="10-20 42-47 "
5325
5339
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
5326
5340
apiVersion: dqo/v1
5327
5341
kind: table
@@ -5350,8 +5364,10 @@ Expand the *Configure with data grouping* section to see additional examples for
5350
5364
expected_values:
5351
5365
- 2
5352
5366
- 3
5353
- error :
5367
+ warning :
5354
5368
max_missing: 0
5369
+ error:
5370
+ max_missing: 1
5355
5371
fatal:
5356
5372
max_missing: 2
5357
5373
labels:
@@ -6141,7 +6157,7 @@ Please expand the section below to see the [DQOps command-line](../../../dqo-con
6141
6157
The sample * schema_name.table_name.dqotable.yaml* file with the check configured is shown below.
6142
6158
6143
6159
6144
- ``` yaml hl_lines="12-23 "
6160
+ ``` yaml hl_lines="12-25 "
6145
6161
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
6146
6162
apiVersion : dqo/v1
6147
6163
kind : table
@@ -6161,8 +6177,10 @@ spec:
6161
6177
expected_values :
6162
6178
- 2
6163
6179
- 3
6164
- error :
6180
+ warning :
6165
6181
max_missing : 0
6182
+ error :
6183
+ max_missing : 1
6166
6184
fatal :
6167
6185
max_missing : 2
6168
6186
labels :
@@ -6848,7 +6866,7 @@ Expand the *Configure with data grouping* section to see additional examples for
6848
6866
**Sample configuration with data grouping enabled (YAML)**
6849
6867
The sample below shows how to configure the data grouping and how it affects the generated SQL query.
6850
6868
6851
- ```yaml hl_lines="10-20 40-45 "
6869
+ ```yaml hl_lines="10-20 42-47 "
6852
6870
# yaml-language-server: $schema=https://cloud.dqops.com/dqo-yaml-schema/TableYaml-schema.json
6853
6871
apiVersion: dqo/v1
6854
6872
kind: table
@@ -6877,8 +6895,10 @@ Expand the *Configure with data grouping* section to see additional examples for
6877
6895
expected_values:
6878
6896
- 2
6879
6897
- 3
6880
- error :
6898
+ warning :
6881
6899
max_missing: 0
6900
+ error:
6901
+ max_missing: 1
6882
6902
fatal:
6883
6903
max_missing: 2
6884
6904
labels:
0 commit comments