Skip to content

Commit

Permalink
Update docs/user_guide/data_types_and_io/accessing_attributes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Everett <[email protected]>
Signed-off-by: Peeter Piegaze <[email protected]>
  • Loading branch information
ppiegaze and neverett authored Nov 1, 2024
1 parent 0781411 commit 0637754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/data_types_and_io/accessing_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. tags:: Basic
```

You can directly access attributes on output promises for lists, dicts, dataclasses and combinations of these types in Flyte.
You can directly access attributes on output promises for lists, dictionaries, dataclasses, and combinations of these types in Flyte.
Note that while this functionality may appear to be the normal behavior of Python, code in `@workflow` functions is not actually Python, but rather a Python-like DSL that is compiled by Flyte.
Consequently, accessing attributes in this manner is, in fact, a specially implemented feature.
This functionality facilitates the direct passing of output attributes within workflows, enhancing the convenience of working with complex data structures.
Expand Down

0 comments on commit 0637754

Please sign in to comment.