@@ -278,13 +278,13 @@ def add_uniques_equality_constraint(
278
278
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
279
279
for ``WithinRequirement``.
280
280
By default, the null filtering does not trigger if multiple columns are fetched at once.
281
- It can be configured in more detail by supplying a custom `filter_func` function.
282
- Some exemplary implementations are available in this module as `util_filternull_default_deprecated`,
283
- `util_filternull_never`, `util_filternull_element_or_tuple_all`, `util_filternull_element_or_tuple_any`.
281
+ It can be configured in more detail by supplying a custom `` filter_func` ` function.
282
+ Some exemplary implementations are available in this module as `` util_filternull_default_deprecated` `,
283
+ `` util_filternull_never`` , `` util_filternull_element_or_tuple_all`` , `` util_filternull_element_or_tuple_any` `.
284
284
For new deployments, using one of the above filters or a custom one is recommended.
285
- Passing None as the argument is equivalent to `util_filternull_default_deprecated`, but triggers a warning.
285
+ Passing None as the argument is equivalent to `` util_filternull_default_deprecated` `, but triggers a warning.
286
286
The deprecated default may change in future versions.
287
- To silence the warning, set `filter_func` explicitly.
287
+ To silence the warning, set `` filter_func` ` explicitly.
288
288
289
289
See the ``Uniques`` class for further parameter details on ``map_func`` and
290
290
``reduce_func``, and ``output_postprocessing_sorter``.
@@ -327,13 +327,13 @@ def add_uniques_superset_constraint(
327
327
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
328
328
for ``WithinRequirement``.
329
329
By default, the null filtering does not trigger if multiple columns are fetched at once.
330
- It can be configured in more detail by supplying a custom `filter_func` function.
331
- Some exemplary implementations are available in this module as `util_filternull_default_deprecated`,
332
- `util_filternull_never`, `util_filternull_element_or_tuple_all`, `util_filternull_element_or_tuple_any`.
330
+ It can be configured in more detail by supplying a custom `` filter_func` ` function.
331
+ Some exemplary implementations are available in this module as `` util_filternull_default_deprecated` `,
332
+ `` util_filternull_never`` , `` util_filternull_element_or_tuple_all`` , `` util_filternull_element_or_tuple_any` `.
333
333
For new deployments, using one of the above filters or a custom one is recommended.
334
- Passing None as the argument is equivalent to `util_filternull_default_deprecated`, but triggers a warning.
334
+ Passing None as the argument is equivalent to `` util_filternull_default_deprecated` `, but triggers a warning.
335
335
The deprecated default may change in future versions.
336
- To silence the warning, set `filter_func` explicitly.
336
+ To silence the warning, set `` filter_func` ` explicitly.
337
337
338
338
``max_relative_violations`` indicates what fraction of unique values of the given
339
339
``DataSource`` are not represented in the reference set of unique values. Please
@@ -387,13 +387,13 @@ def add_uniques_subset_constraint(
387
387
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
388
388
for ``WithinRequirement``.
389
389
By default, the null filtering does not trigger if multiple columns are fetched at once.
390
- It can be configured in more detail by supplying a custom `filter_func` function.
391
- Some exemplary implementations are available in this module as `util_filternull_default_deprecated`,
392
- `util_filternull_never`, `util_filternull_element_or_tuple_all`, `util_filternull_element_or_tuple_any`.
390
+ It can be configured in more detail by supplying a custom `` filter_func` ` function.
391
+ Some exemplary implementations are available in this module as `` util_filternull_default_deprecated` `,
392
+ `` util_filternull_never`` , `` util_filternull_element_or_tuple_all`` , `` util_filternull_element_or_tuple_any` `.
393
393
For new deployments, using one of the above filters or a custom one is recommended.
394
- Passing None as the argument is equivalent to `util_filternull_default_deprecated`, but triggers a warning.
394
+ Passing None as the argument is equivalent to `` util_filternull_default_deprecated` `, but triggers a warning.
395
395
The deprecated default may change in future versions.
396
- To silence the warning, set `filter_func` explicitly.
396
+ To silence the warning, set `` filter_func` ` explicitly.
397
397
398
398
399
399
``max_relative_violations`` indicates what fraction of rows of the given table
@@ -1488,13 +1488,13 @@ def add_uniques_equality_constraint(
1488
1488
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
1489
1489
for ``WithinRequirement``.
1490
1490
By default, the null filtering does not trigger if multiple columns are fetched at once.
1491
- It can be configured in more detail by supplying a custom `filter_func` function.
1492
- Some exemplary implementations are available in this module as `util_filternull_default_deprecated`,
1493
- `util_filternull_never`, `util_filternull_element_or_tuple_all`, `util_filternull_element_or_tuple_any`.
1491
+ It can be configured in more detail by supplying a custom `` filter_func` ` function.
1492
+ Some exemplary implementations are available in this module as `` util_filternull_default_deprecated` `,
1493
+ `` util_filternull_never`` , `` util_filternull_element_or_tuple_all`` , `` util_filternull_element_or_tuple_any` `.
1494
1494
For new deployments, using one of the above filters or a custom one is recommended.
1495
- Passing None as the argument is equivalent to `util_filternull_default_deprecated`, but triggers a warning.
1495
+ Passing None as the argument is equivalent to `` util_filternull_default_deprecated` `, but triggers a warning.
1496
1496
The deprecated default may change in future versions.
1497
- To silence the warning, set `filter_func` explicitly.
1497
+ To silence the warning, set `` filter_func` ` explicitly.
1498
1498
1499
1499
See the ``Uniques`` class for further parameter details on ``map_func``,
1500
1500
``reduce_func``, and ``output_postprocessing_sorter``.
@@ -1540,13 +1540,13 @@ def add_uniques_superset_constraint(
1540
1540
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
1541
1541
for ``WithinRequirement``.
1542
1542
By default, the null filtering does not trigger if multiple columns are fetched at once.
1543
- It can be configured in more detail by supplying a custom `filter_func` function.
1544
- Some exemplary implementations are available in this module as `util_filternull_default_deprecated`,
1545
- `util_filternull_never`, `util_filternull_element_or_tuple_all`, `util_filternull_element_or_tuple_any`.
1543
+ It can be configured in more detail by supplying a custom `` filter_func` ` function.
1544
+ Some exemplary implementations are available in this module as `` util_filternull_default_deprecated` `,
1545
+ `` util_filternull_never`` , `` util_filternull_element_or_tuple_all`` , `` util_filternull_element_or_tuple_any` `.
1546
1546
For new deployments, using one of the above filters or a custom one is recommended.
1547
- Passing None as the argument is equivalent to `util_filternull_default_deprecated`, but triggers a warning.
1547
+ Passing None as the argument is equivalent to `` util_filternull_default_deprecated` `, but triggers a warning.
1548
1548
The deprecated default may change in future versions.
1549
- To silence the warning, set `filter_func` explicitly.
1549
+ To silence the warning, set `` filter_func` ` explicitly.
1550
1550
1551
1551
``max_relative_violations`` indicates what fraction of unique values of the given
1552
1552
``DataSource`` are not represented in the reference set of unique values. Please
@@ -1602,13 +1602,13 @@ def add_uniques_subset_constraint(
1602
1602
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
1603
1603
for ``WithinRequirement``.
1604
1604
By default, the null filtering does not trigger if multiple columns are fetched at once.
1605
- It can be configured in more detail by supplying a custom `filter_func` function.
1606
- Some exemplary implementations are available in this module as `util_filternull_default_deprecated`,
1607
- `util_filternull_never`, `util_filternull_element_or_tuple_all`, `util_filternull_element_or_tuple_any`.
1605
+ It can be configured in more detail by supplying a custom `` filter_func` ` function.
1606
+ Some exemplary implementations are available in this module as `` util_filternull_default_deprecated` `,
1607
+ `` util_filternull_never`` , `` util_filternull_element_or_tuple_all`` , `` util_filternull_element_or_tuple_any` `.
1608
1608
For new deployments, using one of the above filters or a custom one is recommended.
1609
- Passing None as the argument is equivalent to `util_filternull_default_deprecated`, but triggers a warning.
1609
+ Passing None as the argument is equivalent to `` util_filternull_default_deprecated` `, but triggers a warning.
1610
1610
The deprecated default may change in future versions.
1611
- To silence the warning, set `filter_func` explicitly.
1611
+ To silence the warning, set `` filter_func` ` explicitly.
1612
1612
1613
1613
``max_relative_violations`` indicates what fraction of rows of the given table
1614
1614
may have values not included in the reference set of unique values. Please note
0 commit comments