GitHub
06/28/2023, 9:54 PM<https://github.com/flyteorg/flyte-conference-talks/tree/main|main>
by cosmicBboy
<https://github.com/flyteorg/flyte-conference-talks/commit/4ffbaaf9b51475ce1defc240a82a1f02bd52d2f8|4ffbaaf9>
- update scipy 2023 deps
flyteorg/flyte-conference-talksGitHub
06/28/2023, 9:55 PM<https://github.com/flyteorg/flyte-conference-talks/tree/main|main>
by cosmicBboy
<https://github.com/flyteorg/flyte-conference-talks/commit/2e32f0b60eb86a60142467f935b0805997928b1d|2e32f0b6>
- update deps
flyteorg/flyte-conference-talksGitHub
06/28/2023, 10:26 PMGitHub
06/28/2023, 10:35 PM<https://github.com/flyteorg/flytekit/tree/master|master>
by pingsutw
<https://github.com/flyteorg/flytekit/commit/f17321385c192b2137efef69fc9207cd9fb14aa6|f1732138>
- Fix a bug in gx integration (#1675)
flyteorg/flytekitGitHub
06/29/2023, 12:59 AMGitHub
06/29/2023, 5:19 AMFlyteplugins.deck.renderer
yields the following error at this line: "Module PIL has no attribute Image"
Expected behavior
Don't expect the error to appear as PIL should have been imported at the top of the file.
Additional context to reproduce
1. Install the library: pip install flytekitplugins-deck-standard
2. Import ImageRenderer: from flytekitplugins.deck.renderer import ImageRenderer
3. Create a task function as shown below:
@task
def func(png_path: str):
...
png_file = PNGImageFile(path=png_path, remote_path=some_remote_path)
flytekit.Deck("demo", ImageRenderer().to_html(png_file)) <--- error occurs here
...
Screenshots
image▾
GitHub
06/29/2023, 5:24 AMGitHub
06/29/2023, 8:47 AM<https://github.com/flyteorg/flytesnacks/tree/master|master>
by samhita-alla
<https://github.com/flyteorg/flytesnacks/commit/c8864e3fc58c377c5e69c4640ef6b4cc69b25960|c8864e3f>
- Partial task support docs (#1008)
flyteorg/flytesnacksGitHub
06/29/2023, 8:47 AMpartial
for tasks, which makes writing map tasks a lot more ergonomic. This section of the docs needs to be updated to use the new partial syntax
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteGitHub
06/29/2023, 8:47 AMpartial
to provide default arguments to tasks. The flytesnacks documentation should be updated with this information in the basics section and maybe also the Flyte Fundamentals section
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteGitHub
06/29/2023, 9:33 AMGitHub
06/29/2023, 9:55 AMGitHub
06/29/2023, 10:45 AMdask-kubernetes
switched to deploying the scheduler
pod through a Deployment
instead of a simple PodSpec
. Within a Deployment
, only RestartPolicy: Always
is allowed and will lead to
spec.template.spec.restartPolicy: Unsupported value: "Never": supported values: Always
otherwise.
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
flyteorg/flyteplugins
✅ All checks have passed
5/5 successful checksGitHub
06/29/2023, 11:49 AM<https://github.com/flyteorg/flyteplugins/tree/master|master>
by hamersaw
<https://github.com/flyteorg/flyteplugins/commit/f7b37aa54ccc47d5e895fbedec313650c04f4481|f7b37aa5>
- Set scheduler restart policy to Always
(#367)
flyteorg/flytepluginsGitHub
06/29/2023, 11:50 AMAlways
(#367)
flyteorg/flytepluginsGitHub
06/29/2023, 12:33 PMGitHub
06/29/2023, 5:36 PMGitHub
06/29/2023, 6:17 PMGitHub
06/29/2023, 7:11 PMutf-8
to encode flyte deck, and catch the error during generating the deck file to prevent the entire task from failing)
Fixes unionai/cloud#3733
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
^^^
Tracking Issue
NA
Follow-up issue
NA
flyteorg/flytekit
✅ All checks have passed
2/2 successful checksGitHub
06/29/2023, 8:30 PMGitHub
06/29/2023, 8:51 PMGitHub
06/29/2023, 11:38 PMGitHub
06/30/2023, 8:40 AMGitHub
06/30/2023, 2:04 PMGitHub
06/30/2023, 2:36 PMGitHub
06/30/2023, 2:42 PMGitHub
06/30/2023, 3:27 PMas a flyte user I want to easily terminate (potentially multiple) executions from a project-level view so that I can more easily manage executions during the debugging processGoal: What should the final outcome look like, ideally? I should be able to terminate executions from the project view:
image▾
GitHub
06/30/2023, 4:34 PMGitHub
06/30/2023, 4:53 PM<https://github.com/flyteorg/flytepropeller/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flytepropeller/commit/d181df74524835508563da53f9ee6177a631853d|d181df74>
- Bump flyteplugins version (#581)
flyteorg/flytepropellerGitHub
06/30/2023, 4:55 PM