You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/experimental.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Each step in the pipeline can be:
38
38
* A constraint step that checks the data against a condition
39
39
* A predicate step that checks the data against a condition and raises an error if it returns `False`
40
40
41
-
<!-- TODO: (@sydney-runkle) add more documentation once we solidify the API during the experimental phase -->
41
+
<!-- TODO: add more documentation once we solidify the API during the experimental phase -->
42
42
43
43
Note that the following example attempts to be exhaustive at the cost of complexity: if you find yourself writing this many transformations in type annotations you may want to consider having a `UserIn` and `UserOut` model (example below) or similar where you make the transformations via idiomatic plain Python code.
44
44
These APIs are meant for situations where the code savings are significant and the added complexity is relatively small.
0 commit comments