Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-666 Change "Accessing attributes" to "Accessing attributes in workflows" #5886

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ppiegaze
Copy link
Member

Tracking issue

DOC-666

Why are the changes needed?

Minor clarification suggested by @thomas here: https://unionai.slack.com/archives/C02CMUNT4PQ/p1729211883670849

What changes were proposed in this pull request?

Change in wording. Additional explanation

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32.83%. Comparing base (56b6d6d) to head (0781411).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5886      +/-   ##
==========================================
- Coverage   36.71%   32.83%   -3.89%     
==========================================
  Files        1304     1008     -296     
  Lines      130081   106690   -23391     
==========================================
- Hits        47764    35035   -12729     
+ Misses      78147    68544    -9603     
+ Partials     4170     3111    -1059     
Flag Coverage Δ
unittests-datacatalog 51.58% <ø> (ø)
unittests-flyteadmin ?
unittests-flytecopilot 11.73% <ø> (ø)
unittests-flytectl 62.40% <ø> (ø)
unittests-flyteidl 6.89% <ø> (ø)
unittests-flyteplugins 53.62% <ø> (ø)
unittests-flytepropeller 42.84% <ø> (ø)
unittests-flytestdlib 54.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@neverett neverett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some small copyedits, otherwise LGTM


```{eval-rst}
.. tags:: Basic
```

You can directly access attributes on output promises for lists, dicts, dataclasses and combinations of these types in Flyte. This functionality facilitates the direct passing of output attributes within workflows,
enhancing the convenience of working with complex data structures.
You can directly access attributes on output promises for lists, dicts, dataclasses and combinations of these types in Flyte.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@poorvibajpai
Copy link

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants