Skip to content

Commit

Permalink
Added link to sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
Forchapeatl authored Jan 15, 2024
1 parent 67d2aca commit 25166cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/manuals/core/config/data-node-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ The attributes available on data nodes are:
The possible values are ["pickle"](#pickle) (**the default value**), ["csv"](#csv),
["excel"](#excel), ["json"](#json), ["mongo_collection"](#mongo-collection),
["parquet"](#parquet), ["sql"](#sql), ["sql_table"](#sql_table),
["in_memory"](#in-memory), or ["generic"](#generic).<br/>
["in_memory"](#in-memory), ["generic"](#generic) or
["Amazon Web Service S3 Object"](#Amazon Web Service S3 Object).<br/>
As explained in the following subsections, depending on the *storage_type*, other
configuration attributes must be provided in the *properties* parameter.
- Any other custom attribute can be provided through the parameter _**properties**_,
Expand Down Expand Up @@ -860,7 +861,7 @@ In this example, we configure an *s3_object* data node with the id "my_s3_objec"

```python linenums="1"
{%
include-markdown "./code_example/data_node_cfg/data-node-config_mongo-complete.py"
include-markdown "./code_example/data_node_cfg/data-node-config-aws-s3.py"
comments=false
%}
```
Expand Down

0 comments on commit 25166cb

Please sign in to comment.