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

Update propeller sharding docs - types needs to be capitalized #5860

Merged

Conversation

cpaulik
Copy link
Contributor

@cpaulik cpaulik commented Oct 18, 2024

Why are the changes needed?

Using the lowercase version of e.g. project the following error is raised by flytepropeller-manager

level=error msg="\n\n1 error(s) decoding:\n\n* cannot parse 'shard.type' as int: strconv.ParseInt: parsing \"project\": invalid syntax"

How was this patch tested?

Tested uppercase Project in our Flyte deployment. I did not test the uppercase Domain option. That one is just an assumption based on the need to uppercase Hash and Project.

Using the lowercase version of e.g. `project` the following error is raised by
flytepropeller-manager

```
level=error msg="\n\n1 error(s) decoding:\n\n* cannot parse 'shard.type' as int: strconv.ParseInt: parsing \"project\": invalid syntax"
```

Signed-off-by: Christoph Paulik <[email protected]>
@cpaulik cpaulik force-pushed the flytepropeller-sharding-doc-update branch from 56c3f1c to 82afb0d Compare October 18, 2024 08:35
Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.72%. Comparing base (38af4ec) to head (82afb0d).
Report is 36 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5860      +/-   ##
==========================================
- Coverage   36.72%   36.72%   -0.01%     
==========================================
  Files        1304     1304              
  Lines      130072   130072              
==========================================
- Hits        47764    47763       -1     
- Misses      78138    78139       +1     
  Partials     4170     4170              
Flag Coverage Δ
unittests-datacatalog 51.58% <ø> (ø)
unittests-flyteadmin 54.43% <ø> (ø)
unittests-flytecopilot 11.73% <ø> (ø)
unittests-flytectl 62.40% <ø> (ø)
unittests-flyteidl 6.89% <ø> (ø)
unittests-flyteplugins 53.62% <ø> (ø)
unittests-flytepropeller 42.84% <ø> (ø)
unittests-flytestdlib 54.76% <ø> (-0.02%) ⬇️

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

@davidmirror-ops davidmirror-ops left a comment

Choose a reason for hiding this comment

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

Thank you!

@davidmirror-ops davidmirror-ops merged commit e5f8421 into flyteorg:master Nov 1, 2024
50 checks passed
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.

2 participants