update rst

develop
Jean-Damien Genero 3 years ago
parent aec0ba2313
commit 07453c33b8

@ -36,7 +36,7 @@ La pipeline du projet *Actes princiers* possède deux points d'entrée :
- `parse_json_collection`, qui correspond au traitement sur le datacatalog `bourbon_json` vers le datacatlog `bourbon_jsonoutput` - `parse_json_collection`, qui correspond au traitement sur le datacatalog `bourbon_json` vers le datacatlog `bourbon_jsonoutput`
- La fonction appelée depuis `nodes.py` est `parse_json_collection()`. - La fonction appelée depuis `nodes.py` est `parse_json_collection()`.
```py .. code-block:: python
def create_pipeline(**kwargs) -> Pipeline: def create_pipeline(**kwargs) -> Pipeline:
return pipeline( return pipeline(
[ [
@ -52,7 +52,6 @@ def create_pipeline(**kwargs) -> Pipeline:
outputs="bourbon_jsonoutput", outputs="bourbon_jsonoutput",
name="bourbon_json_ds_collection", name="bourbon_json_ds_collection",
), ),
```
`nodes.py` `nodes.py`
-------- --------

Loading…
Cancel
Save