https://flyte.org logo
Join the conversationJoin Slack
Channels
announcements
ask-the-community
auth
conference-talks
contribute
databricks-integration
datahub-flyte
deployment
ecosystem-unionml
engineeringlabs
events
feature-discussions
flyte-bazel
flyte-build
flyte-console
flyte-deployment
flyte-documentation
flyte-github
flyte-ui-ux
flytekit
flytekit-java
flytelab
great-content
hacktoberfest-2022
helsing-flyte
in-flyte-conversations
introductions
jobs
konan-integration
linkedin-flyte
random
ray-integration
ray-on-flyte
release
scipy-2022-sprint
sig-large-models
workflow-building-ui-proj
writing-w-sfloris
Powered by Linen
flyte-github
  • g

    GitHub

    01/04/2023, 6:23 AM
    #3208 [BUG] Issue created by GuptaShitul Describe the bug I am trying to create a workflow whenever a release is published but it is not triggering , below code snippet - *_name: action on release on: release: types: [published]_* all the other triggers work fine indicating that the configuration is fine , only this release is problematic. Expected behavior It should trigger as soon as a release is published Additional context to reproduce No response Screenshots No response Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte
    • 1
    • 1
  • g

    GitHub

    01/04/2023, 5:22 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteidl/tree/master|master>
    by EngHabu
    <https://github.com/flyteorg/flyteidl/commit/8109a2f7b2a50852b2ea106b2f77ad2870e5d209|8109a2f7>
    - added comments to the catalog reservation API (#355) flyteorg/flyteidl
  • g

    GitHub

    01/04/2023, 5:23 PM
    Release - v1.4.0 New release published by flyte-bot Changelog • ac5d3d8 Add inital
    dask
    plugin IDL #minor (#339) • 8109a2f added comments to the catalog reservation API (#355) flyteorg/flyteidl
  • g

    GitHub

    01/04/2023, 6:59 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteidl/tree/master|master>
    by samhita-alla
    <https://github.com/flyteorg/flyteidl/commit/27f02301a34076f42f3046b59a3cbf915b972441|27f02301>
    - remove welcome bot from boilerplate (#310) flyteorg/flyteidl
  • g

    GitHub

    01/04/2023, 6:59 PM
    #310 remove welcome bot from boilerplate Pull request opened by samhita-alla Signed-off-by: Samhita Alla aallasamhita@gmail.com Read then delete this section This PR removes welcome bot config from boilerplate cause it's moved to .github repository. _- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version will be bumped. More details_ TL;DR Please replace this text with a description of what this PR accomplishes. 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_ flyteorg/flyte#1963 Follow-up issue NA OR https://github.com/flyteorg/flyte/issues/ flyteorg/flyteidl GitHub Actions: Lint / Run Lint ✅ 11 other checks have passed 11/12 successful checks
  • g

    GitHub

    01/04/2023, 7:00 PM
    2 new commits force-pushed to
    <https://github.com/flyteorg/flyteidl/tree/master|master>
    by wild-endeavor
    <https://github.com/flyteorg/flyteidl/commit/8681a8662e9a67629ada986bbb6dce14c7297f1c|8681a866>
    - Add inital
    dask
    plugin IDL (#339)
    <https://github.com/flyteorg/flyteidl/commit/fd05a1329597230c352372c5948fc1bd5af48b44|fd05a132>
    - added comments to the catalog reservation API (#355) flyteorg/flyteidl
  • g

    GitHub

    01/04/2023, 7:04 PM
    Release - v1.4.1 New release published by flyte-bot Changelog • 27f0230 remove welcome bot from boilerplate (#310) flyteorg/flyteidl
  • g

    GitHub

    01/04/2023, 7:05 PM
    Release - v1.4.2 New release published by flyte-bot Changelog • 8681a86 Add inital
    dask
    plugin IDL (#339) • fd05a13 added comments to the catalog reservation API (#355) flyteorg/flyteidl
  • g

    GitHub

    01/04/2023, 8:03 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flytekit/tree/master|master>
    by wild-endeavor
    <https://github.com/flyteorg/flytekit/commit/48bab48f9f4b2603ccd6d8c3ab07ef90ffa06cf3|48bab48f>
    - docs: update register help, non-fast version is supported (#1402) flyteorg/flytekit
  • g

    GitHub

    01/04/2023, 10:05 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteplugins/tree/master|master>
    by hamersaw
    <https://github.com/flyteorg/flyteplugins/commit/9eeb694e3871f25638ea20775f19a352c31fa926|9eeb694e>
    - Add podUID as a template input in tasklog plugin (#304) flyteorg/flyteplugins
  • g

    GitHub

    01/04/2023, 10:06 PM
    Release - v1.0.27 New release published by flyte-bot Changelog • 9eeb694 Add podUID as a template input in tasklog plugin (#304) flyteorg/flyteplugins
  • g

    GitHub

    01/04/2023, 11:01 PM
    #356 Dockerize buf call Pull request opened by hamersaw TL;DR Dockerizing the
    buf
    call so users do not need to manually install
    buf
    to generate protos. The PR uses the existing approach of setting the user id but requires manually setting the buf cache directory. If not set it will default to the root users home (ie.
    /.cache
    ) which the caller likely does not have permissions to access. Therefore, we set it to
    /tmp/cache
    which should be globally accessible. 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 flyteorg/flyte#3139 Follow-up issue NA flyteorg/flyteidl
  • g

    GitHub

    01/05/2023, 12:19 AM
    #935 Update documentation with new logging template variable: podUID Pull request opened by goyalankit Added the new podUID template variable in docs:

    image▾

    flyteorg/flytesnacks
  • g

    GitHub

    01/05/2023, 12:21 AM
    1 new commit pushed to
    <https://github.com/flyteorg/flytekit/tree/master|master>
    by wild-endeavor
    <https://github.com/flyteorg/flytekit/commit/be32ac73200f3a3474d09c589b9d076db02d202f|be32ac73>
    - Update log level for structured dataset (#1394) flyteorg/flytekit
  • g

    GitHub

    01/05/2023, 12:32 AM
    #513 Update flyteplugin version to v1.0.27 Pull request opened by goyalankit TL;DR Update flyteplugin version to pull the changes that adds podUID as an a new template variable 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 https://github.com/flyteorg/flyte/issues/ Follow-up issue NA OR https://github.com/flyteorg/flyte/issues/ flyteorg/flytepropeller
  • g

    GitHub

    01/05/2023, 1:31 AM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteidl/tree/master|master>
    by hamersaw
    <https://github.com/flyteorg/flyteidl/commit/398c54f1961211f00b9c0597de54bfe7bd2b5b6d|398c54f1>
    - dockerizing buf call (#356) flyteorg/flyteidl
  • g

    GitHub

    01/05/2023, 1:32 AM
    1 new commit pushed to
    <https://github.com/flyteorg/flytepropeller/tree/master|master>
    by hamersaw
    <https://github.com/flyteorg/flytepropeller/commit/1feca6d2b1013a9ddbc7739affbc53801b746075|1feca6d2>
    - Update flyteplugin version to v1.0.27 (#513) flyteorg/flytepropeller
  • g

    GitHub

    01/05/2023, 1:34 AM
    1 new commit pushed to
    <https://github.com/flyteorg/flytesnacks/tree/master|master>
    by pingsutw
    <https://github.com/flyteorg/flytesnacks/commit/f404a20adbfd5d837bc0e4d7c1b66a110beb807a|f404a20a>
    - Databricks plugin (#928) flyteorg/flytesnacks
  • g

    GitHub

    01/05/2023, 1:37 AM
    Release - v1.3.2 New release published by flyte-bot Changelog • 8681a86 Add inital
    dask
    plugin IDL (#339) • fd05a13 added comments to the catalog reservation API (#355) • 398c54f dockerizing buf call (#356) flyteorg/flyteidl
  • g

    GitHub

    01/05/2023, 2:23 AM
    Release - v1.1.58 New release published by flyte-bot Changelog • 1feca6d Update flyteplugin version to v1.0.27 (#513) flyteorg/flytepropeller
  • g

    GitHub

    01/05/2023, 2:46 AM
    Release - flytesnacks v0.3.157 New release published by flyte-bot Changelog • f404a20 Databricks plugin (#928) flyteorg/flytesnacks
  • g

    GitHub

    01/05/2023, 3:00 PM
    #3210 Add note that flytekit supports python 3.7 - 3.10 Pull request opened by cosmicBboy Signed-off-by: Niels Bantilan niels.bantilan@gmail.com Signed-off-by: Niels Bantilan niels.bantilan@gmail.com Tracking issue Describe your changes Check all the applicable boxes ☐ I updated the documentation accordingly. ☐ All new and existing tests passed. ☐ All commits are signed-off. Screenshots Note to reviewers flyteorg/flyte
  • g

    GitHub

    01/05/2023, 4:17 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteplugins/tree/master|master>
    by hamersaw
    <https://github.com/flyteorg/flyteplugins/commit/36c0b41bb5ed2633c4451162a144208abef563f3|36c0b41b>
    - Add dask plugin #patch (#275) flyteorg/flyteplugins
  • g

    GitHub

    01/05/2023, 4:17 PM
    #275 Add dask plugin #patch Pull request opened by bstadlbauer on <!date^1657179476^{date_short}|2022-07-07T07:37:56Z> TL;DR This PR adds a backend `dask` plugin using the `dask-kubernetes` operator to manage the
    dask
    cluster lifecycle. 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 The plugin works similar to the already existing
    spark
    plugin. It uses the
    DaskJob
    (docs) Custom Resource as a client pod which connects to the spun up cluster. This is similar to how the
    SparkApplication
    Custom Resource works for the
    spark
    plugin. TODO before this can be merged: ☐ Use correct
    flyteidl
    after flyteorg/flyteidl#339 is merged and released Tracking Issue flyteorg/flyte#427 Follow-up issue NA flyteorg/flyteplugins ✅ All checks have passed 6/6 successful checks
  • g

    GitHub

    01/05/2023, 4:18 PM
    Release - v1.0.28 New release published by flyte-bot Changelog • 36c0b41 Add dask plugin #patch (#275) flyteorg/flyteplugins
  • g

    GitHub

    01/05/2023, 5:33 PM
    #305 added raw-container to registered task types Pull request opened by flixr TL;DR Add the
    raw-container
    task type to not spam logs with useless warnings, analogous to #290 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/flyteplugins
  • g

    GitHub

    01/05/2023, 5:47 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flytesnacks/tree/master|master>
    by hamersaw
    <https://github.com/flyteorg/flytesnacks/commit/f373a6f2373e91addfdb3ee51d7e4af0e334a1c0|f373a6f2>
    - Update documentation with new logging template variable: podUID (#935) flyteorg/flytesnacks
  • g

    GitHub

    01/05/2023, 6:16 PM
    #1404 Add Niels to code owners Pull request opened by pingsutw Signed-off-by: Kevin Su pingsutw@apache.org TL;DR Adding @cosmicBboy flyteorg/flytekit
  • g

    GitHub

    01/05/2023, 6:27 PM
    #3211 [UI Feature] improve status display Issue created by flixr Motivation: Why do you think this is important? I missed that some tasks were not actually running because the status shows running, but it is actually still queued.

    flyte_misleading_status▾

    Goal: What should the final outcome look like, ideally? The status should show more info, like queued, etc... 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/flyte
  • g

    GitHub

    01/05/2023, 6:53 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flytekit/tree/master|master>
    by wild-endeavor
    <https://github.com/flyteorg/flytekit/commit/0dcda1dda1290077cbaf5b6143e0f226c4e9142a|0dcda1dd>
    - Add Niels to code owners (#1404) flyteorg/flytekit
Powered by Linen
Title
g

GitHub

01/05/2023, 6:53 PM
1 new commit pushed to
<https://github.com/flyteorg/flytekit/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flytekit/commit/0dcda1dda1290077cbaf5b6143e0f226c4e9142a|0dcda1dd>
- Add Niels to code owners (#1404) flyteorg/flytekit
View count: 1