GitHub
03/07/2023, 6:14 AMGitHub
03/07/2023, 6:25 AMGitHub
03/07/2023, 6:28 AM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/34e9fd543f8f24d35d101d056b0f5fb97a98cee5|34e9fd54>
- Fix broken build in sandbox-lite (#3412)
flyteorg/flyteGitHub
03/07/2023, 11:43 AMdocker==4.0.2
and it worked without any errors, so there's no breaking change between those versions that would affect this project.
Also it would be great if this change was backported to the Flyte v1.2.* and v1.3.* branches, thanks!
Tracking Issue
NA
Follow-up issue
NA
flyteorg/flytekit
✅ All checks have passed
30/30 successful checksGitHub
03/07/2023, 12:15 PMLaunch Workflow
button
• For the parameter, we need to mix some cached numbers and non-cached numbers to reproduce this issue. Right now, 0 ~ 8 are cached. (This will be changed if someone run this more). So for example, if 0 ~ 8 are cached, we can set the param as [9,1,0,12,11,3]
• Then while running the mapped task, if you go to the Map Execution panel on the right side (by navigating to the execution details and and click the first Map task), you will see some queued & succeeded tasks. Actually the problem is the icons next to the task names. If those are already queued, then it should be the refresh icon which identifies already cached.
• To reproduce the second issue, you should wait until the Map task is completed while open this right panel. Once it is updated, the right panel will be broken.
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
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
_Remove the '_fixes_' keyword if there will be multiple PRs to fix the linked issue_
fixes flyteorg/flyte#644
flyteorg/flyteconsole
GitHub Actions: Build & Push FlyteConsole Image
GitHub Actions: Get Release Tag
GitHub Actions: Generate Release
✅ 6 other checks have passed
6/9 successful checksGitHub
03/07/2023, 2:19 PM<https://github.com/flyteorg/static-resources/tree/main|main>
by cosmicBboy
<https://github.com/flyteorg/static-resources/commit/252f16bb5fa0c4deeaf9392e9e7ec88b269b7f17|252f16bb>
- Add mlflow images (#19)
flyteorg/static-resourcesGitHub
03/07/2023, 3:51 PM<https://github.com/flyteorg/flyteconsole/tree/master|master>
by ursucarina
<https://github.com/flyteorg/flyteconsole/commit/c13adbcff5c213186ebd1832b8a56c023d7a130f|c13adbcf>
- chore: fix update_npmversion (#709)
flyteorg/flyteconsoleGitHub
03/07/2023, 4:05 PMpod_template
and pod_template_name
arguments, like the ContainerTask PR, with documentation updates in the Spark, Ray, and Dask integration examples.
Describe alternatives you've considered
NA
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteGitHub
03/07/2023, 4:48 PM<https://github.com/flyteorg/community/tree/main|main>
by davidmirror-ops
<https://github.com/flyteorg/community/commit/96a0ff9e420a8b46b341d436309f6b0e04df2432|96a0ff9e>
- Add MAINTAINERS
<https://github.com/flyteorg/community/commit/350996468d7b47970499eaf9ca904dbdbc75941b|35099646>
- Merge branch 'main' of https://github.com/flyteorg/community
flyteorg/communityGitHub
03/07/2023, 4:48 PM<https://github.com/flyteorg/community/tree/main|main>
by davidmirror-ops
<https://github.com/flyteorg/community/commit/b7b71c3b1f0e946dd6577904269e8e8a84effbeb|b7b71c3b>
- Update README.md
flyteorg/communityGitHub
03/07/2023, 4:52 PM<https://github.com/flyteorg/flyteconsole/tree/master|master>
by ursucarina
<https://github.com/flyteorg/flyteconsole/commit/2a40b099204f7781b432e6a9b53e94eb038d2943|2a40b099>
- Mapped Tasks not showing cache status correctly. (#712)
flyteorg/flyteconsoleGitHub
03/07/2023, 4:53 PM<https://github.com/flyteorg/flyteconsole/tree/master|master>
by ursucarina
<https://github.com/flyteorg/flyteconsole/commit/fa789e24ffaca9f00d61b3dea87bb417ef85223e|fa789e24>
- fix: cleanup, passthrough runtime variables (#710)
flyteorg/flyteconsoleGitHub
03/07/2023, 5:37 PM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/da0ed93b7014bd5402d46b902d0752fe0fce5101|da0ed93b>
- Add charts to gitignore (#3413)
flyteorg/flyteGitHub
03/07/2023, 5:42 PMGitHub
03/07/2023, 5:45 PMimage▾
GitHub
03/07/2023, 6:00 PM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/6d4a0621847932417182e811545ec28f66e2d69a|6d4a0621>
- Make clientIds and self auth server configurable in flyte-binary helm chart (#3411)
flyteorg/flyteGitHub
03/07/2023, 6:09 PMGitHub
03/07/2023, 6:42 PM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/d40eb8b790e12fa0f7e0a412f0eae0cd59e076b4|d40eb8b7>
- Use signedURL endpoint override for signed URLs generated by flyte in sandbox-bundled (#3410)
flyteorg/flyteGitHub
03/07/2023, 6:42 PM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/c8fa4e6a9573ffc819b4468867123aabbe503725|c8fa4e6a>
- update example local dev config file (#3401)
flyteorg/flyteGitHub
03/07/2023, 7:12 PMdomain: development
project: flytesnacks
attributes:
foo: "bar"
which are then updated with
domain: development
project: flytesnacks
attributes:
buzz: "lightyear"
completely removes the existing foo template value (which means the actual rendering falls back to the application default.) Users may intend for their behavior to be a merge but be unaware an existing override exists. We should reduce the potential for unintended overrides.
Goal: What should the final outcome look like, ideally?
It should be difficult to unintentionally overwrite matchable resources.
Describe alternatives you've considered
The current system is error prone. The below proposals are just some suggestions for making sure we don't introduce accidental overwrites.
Propose: Link/Inline OR Additional context
We could
• have flytectl first do a get before writing an update and showing a lightweight, terraform plan like preview of the applied changes and require user confirmation
• Introduce a dry run flag to show anticipated changes
• Use a kubernetes-like versioning scheme for making sure only the latest version of a resource is applied in update calls (you can't overwrite with a stale version)
• this would be a wider-sweeping and more complicated change for a behavior that is infrequently exercised
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteGitHub
03/07/2023, 7:24 PM<https://console.cloud.google.com/logs/query;query=resource.labels.namespace_name%3D%22{{.namespace}}%22%0Aresource.labels.pod_name%3D%22{{.podName}}%22%0Aresource.labels.container_name%3D%22{{.containerName}}%22>...
Additional context to reproduce
1. Configure spark log template with .containerName
as noted above
2. Run spark task
3. Navigate to logs
Screenshots
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteGitHub
03/07/2023, 7:59 PMGitHub
03/07/2023, 7:59 PMGitHub
03/07/2023, 8:16 PMGitHub
03/07/2023, 8:16 PMGitHub
03/07/2023, 8:20 PMGitHub
03/07/2023, 8:37 PM<https://github.com/flyteorg/flyteidl/tree/master|master>
by katrogan
<https://github.com/flyteorg/flyteidl/commit/6ad4072d90d1917dbfb9b98f466614ba138527aa|6ad4072d>
- Use TokenCache in ClientCredentialsTokenSourceProvider (#377)
flyteorg/flyteidlGitHub
03/07/2023, 8:47 PMGitHub
03/07/2023, 9:09 PMGitHub
03/07/2023, 9:15 PM<https://github.com/flyteorg/flyteconsole/tree/master|master>
by ursucarina
<https://github.com/flyteorg/flyteconsole/commit/0c4e5598d1ae6aaf68710ea4ca41c3d118ddb0d3|0c4e5598>
- fix: update_npmversion (#713)
flyteorg/flyteconsole