GitHub
04/03/2023, 7:01 PMGitHub
04/03/2023, 8:52 PM<https://github.com/flyteorg/flytekit/tree/master|master>
by pingsutw
<https://github.com/flyteorg/flytekit/commit/6530f1205cb676e28b38429afc0d3514fc1300b2|6530f120>
- Automatically remove unused import (#1574)
flyteorg/flytekitGitHub
04/03/2023, 9:15 PMGitHub
04/03/2023, 9:27 PM<https://github.com/flyteorg/flytekit-python-template/tree/main|main>
by cosmicBboy
<https://github.com/flyteorg/flytekit-python-template/commit/c0fee0e9cf539f2de91321920ba6f412fc983e58|c0fee0e9>
- Continuous Deployment of OCI template default images (#23)
flyteorg/flytekit-python-templateGitHub
04/03/2023, 9:43 PMGitHub
04/03/2023, 9:43 PM<https://github.com/flyteorg/flytekit-python-template/tree/main|main>
by zeryx
<https://github.com/flyteorg/flytekit-python-template/commit/a9d779930b0a3308f429e77b2d15ea28cdbea5a0|a9d77993>
- added the correct org wide secrets for ghcr.io (#24)
flyteorg/flytekit-python-templateGitHub
04/03/2023, 9:55 PMGitHub
04/03/2023, 10:15 PMGitHub
04/03/2023, 11:40 PM<https://github.com/flyteorg/flytekit/tree/master|master>
by eapolinario
<https://github.com/flyteorg/flytekit/commit/10bd38f69c78d778232f307360833924fec590e8|10bd38f6>
- Disallow partial lists in map tasks (#1577)
flyteorg/flytekitGitHub
04/04/2023, 12:43 AMGitHub
04/04/2023, 1:53 AMGitHub
04/04/2023, 8:26 AM<https://github.com/flyteorg/flytekit-java/tree/master|master>
by github-actions[bot]
<https://github.com/flyteorg/flytekit-java/commit/cf964b63aae2758a1ee78bf8222d9b57d402d2f9|cf964b63>
- [maven-release-plugin] prepare release 0.4.16
flyteorg/flytekit-javaGitHub
04/04/2023, 8:26 AM<https://github.com/flyteorg/flytekit-java/tree/master|master>
by github-actions[bot]
<https://github.com/flyteorg/flytekit-java/commit/09907cef70c10f23e7f3dd161c03d8b097826f3b|09907cef>
- [maven-release-plugin] prepare for next development iteration
flyteorg/flytekit-javaGitHub
04/04/2023, 9:38 AMGitHub
04/04/2023, 9:52 AM<https://github.com/flyteorg/flytesnacks/tree/master|master>
by samhita-alla
<https://github.com/flyteorg/flytesnacks/commit/990a0582d9e3494cc7703f85a2f9473db8b43e57|990a0582>
- Improve the multi-images example (#976)
flyteorg/flytesnacksGitHub
04/04/2023, 10:34 AMGitHub
04/04/2023, 3:41 PMGitHub
04/04/2023, 5:35 PM<https://github.com/flyteorg/flyteplugins/tree/master|master>
by hamersaw
<https://github.com/flyteorg/flyteplugins/commit/e84d27a350596cdc14f780803c0b58890d12ecd3|e84d27a3>
- Validate multiple input values in map task (#334)
flyteorg/flytepluginsGitHub
04/04/2023, 5:35 PMGitHub
04/04/2023, 6:51 PMGitHub
04/04/2023, 7:46 PM<https://github.com/flyteorg/community/tree/main|main>
by davidmirror-ops
<https://github.com/flyteorg/community/commit/f88bb830f6c4a25ad44c868b736d5c552b91f7b9|f88bb830>
- Add new adopter
flyteorg/communityGitHub
04/04/2023, 9:11 PM<https://github.com/flyteorg/flytekit/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flytekit/commit/b0cf91818c16867c6ba6d3a052c259771617ca1d|b0cf9181>
- Remove duplicate reporting logic (#1578)
flyteorg/flytekitGitHub
04/04/2023, 9:19 PM<https://github.com/flyteorg/flytekit/tree/master|master>
by pingsutw
<https://github.com/flyteorg/flytekit/commit/0646bc3448f6f2cbf6bc0ceed9536bdfa6214428|0646bc34>
- [Core feature] Convert List[Any] to a single pickle file (#1535)
flyteorg/flytekitGitHub
04/04/2023, 9:20 PMGitHub
04/04/2023, 10:03 PMGitHub
04/05/2023, 4:56 AMFailed with Unknown Exception <class 'AttributeError'> Reason: 'ReferenceTask' object has no attribute '_task_function'
error.
Expected behavior
This operation shouldn't result in any errors.
Additional context to reproduce
1. Clone the flytesnacks repo
2. Register the decorating tasks example
3. Trigger the following code by specifying the registered version of task t1
from flytekit import map_task, reference_task, workflow
@reference_task(
project="flytesnacks",
domain="development",
name="core.flyte_basics.decorating_tasks.t1",
version="<version>",
)
def t1(x: int) -> int:
...
@workflow
def wf(x: list[int] = [3, 2]):
return map_task(t1)(x=x)
Screenshots
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteGitHub
04/05/2023, 6:33 AM<https://github.com/flyteorg/flytekit/tree/master|master>
by samhita-alla
<https://github.com/flyteorg/flytekit/commit/0063b29763458b65da359a9569fc43a07c69cd6f|0063b297>
- Improve authoring structure documentation (#1572)
flyteorg/flytekitGitHub
04/05/2023, 3:43 PM<https://github.com/flyteorg/flytesnacks/tree/master|master>
by cosmicBboy
<https://github.com/flyteorg/flytesnacks/commit/fa892028f998774b8ec828fae46963ea94d1e55c|fa892028>
- clean up warnings in getting started docs (#981)
flyteorg/flytesnacksGitHub
04/05/2023, 5:27 PMGitHub
04/05/2023, 6:42 PMruntimeInterfaces.Configuration
interface instead of just ApplicationConfiguration
.
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
Added GetAsWorkflowExecutionAttribute()
and GetAsAttribute()
to the ApplicationConfiguration
and TaskResourceConfiguration
interfaces respectively.
Tracking Issue
flyteorg/flyte#3467
flyteorg/flyteadmin
GitHub Actions: Build & Push Flyteadmin Image
GitHub Actions: Build & Push Flytescheduler Image
GitHub Actions: Goreleaser
GitHub Actions: Bump Version
Codecov: 33.57% of diff hit (target 58.78%)
Codecov: 58.56% (-0.22%) compared to cca9e17
✅ 8 other checks have passed
8/14 successful checks