Skip to content

Commit e06b1dd

Browse files
authored
Updating README.md with codegen and backend_type
1 parent c595e82 commit e06b1dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ The file can contain an `api_endpoint` as mentioned earlier. In addition the oth
194194

195195
All strings are expanded using python's [os.path.expand](https://docs.python.org/3/library/os.path.html#os.path.expandvars) method - so `$NAME` and `${NAME}` will work to expand existing environment variables.
196196

197+
For non-standard use cases, the user can specify:
198+
- The code generator that is used by the backend. This is done by passing a `codegen` argument to ServiceXDataset. This argument is normally inherited from the backend type set in `servicex.yaml`, but can be overridden with any valid `codegen` contained in the default type listing. A `codegen` entry can also be added to a backend in the yaml file to use as default.
199+
- The type of backend, using the `backend_type` argument on ServiceXDataset. This overrides the backend type setting in the `servicex.yaml` file.
200+
197201
## Features
198202

199203
Implemented:

0 commit comments

Comments
 (0)