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/transform_request.rst
+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
@@ -32,7 +32,7 @@ The General Section
32
32
^^^^^^^^^^^^^^^^^^^
33
33
The General section of the request includes the following fields:
34
34
35
-
* (Optional) ``OutputFormat``: Can be ``root-ttree`` (default) or ``parquet``
35
+
* (Optional) ``OutputFormat``: Can be ``root-ttree`` (default) or ``parquet`` (you can also use the enums ``servicex.OutputFormat.root_ttree`` and ``servicex.OutputFormat.parquet``)
36
36
* (Optional) ``Delivery``: Can be ``URLs`` or ``LocalCache`` (default)
37
37
38
38
In general, if you are running on your laptop away from the ServiceX site and are working with a small amount of
0 commit comments