https://flyte.org logo
Join Slack
Powered by
# flyte-console
  • b

    boundless-pizza-95864

    12/17/2021, 11:07 AM
    Is it possible that flyteconsole can get confused with subworkflow executions? Here's an example. I have two workflows called data_prep and train and then another workflow that runs both as subworkflows. So we have nodes n0 for data_prep and n1 for train and the tasks are named n0-0-n0, n0-0-n1... for data_prep and n1-0-n0, n1-0-n1 for train. But it seems flyteconsole mixes things up in the execution view:
    l
    l
    c
    • 4
    • 7
  • r

    refined-dream-20671

    02/06/2022, 11:10 AM
    Hi All, could someone share the command required to install FlyteCTL on windows machine
    t
    • 2
    • 3
  • s

    swift-animal-75798

    03/04/2022, 3:12 PM
    Hey is it possible to somehow hide workflows or tasks from flyte console? Asking since deleting is not an option, right?
    a
    c
    f
    • 4
    • 11
  • r

    rich-garden-69988

    04/20/2022, 2:49 PM
    Is it possible to construct a DAG from a given workflow, without using the UI? In Snakemake it was very handy to able to create DAG schematics for a given workflow given a specific input. If not, would be super cool to use something like mermaid to construct the DAGs so that they could be injected into docs!
    ✅ 1
    a
    b
    e
    • 4
    • 6
  • s

    swift-animal-75798

    04/21/2022, 2:00 PM
    after upgrading console to one of the latest versions, it seems that the /console/ uri fails to present the data (see screenshot) but it works when navigating from another URL (for example from inside a specific project). Other urls work as expected
    ✅ 1
    c
    • 2
    • 4
  • c

    cold-lighter-9610

    05/03/2022, 3:32 AM
    Hello everyone! A lot of you have asked us about an ability to integrate flyteconsole components within their own applications. Ideally it should have been easy to use and easy to style, so it will fit into new design. It is time for us to start on this journey. The next console update will include basic folder structure changes to support different flyteconsole packages/plugins under one flyteconsole monorepository. It’s not ready to release yet, but here is a small doc outlining what we are doing. We are still at the beginning of this journey, so any input / suggestions / objections from you, our users, are highly appreciated. 🙇
    🙏 1
    🎉 1
  • c

    cold-lighter-9610

    05/19/2022, 1:54 AM
    Hi all 👋 The new release of FlyteConsole v.1.1.0 is now available. 🎉 Full list of changes: • refactor: FC#431 Move to monorepo structure to allow separate FlyteConsole into plugins system • feat: FC#414 Add support for StructuredDataSet Input/Output type • feat: FC#448 Updated Task details page to be able to browse different task versions • feat: FC#445 Updated Input/Output and TaskDetails representation - now you can collapse parts of it. • feat: FC#311 Show new map tasks in the GraphView with information of which subtasks are in which phase(running, erroring, succeeded) • feat: #2284 Add interruptible override to launch forms • fix: FC#463 ensure that setups with different domains for console and admin API properly works • fix: FC#416 Fixes one of the crashes in Graph component for Viel All Workflow section • fix: ensure that admin version is fully shown FC#465 • fix: Small cosmetic updates: FC#451, FC#386, FC#398
    🎉 1
    🚀 6
    m
    • 2
    • 1
  • c

    cold-lighter-9610

    06/02/2022, 7:50 PM
    Hi all 👋 The new release of FlyteConsole v1.1.1 is now available. 🎉 Full list of changes: feature: #312 Map Tasks - allow to check statuses of all retries per child task feature: #461 Allow to rerun single task in execution page plugin: Adds flyte-api plugin package. You can check basic
    how to
    info and consume package from https://www.npmjs.com/package/@flyteconsole/flyte-api . It will allow you to authorize you flytectl queries and perform api requests from your app. At this point only request without included data in body is allowed. More work is planned in future updates.
  • e

    elegant-petabyte-32634

    06/03/2022, 12:42 PM
    Hey, looking into maybe contributing so I set up console locally https://github.com/flyteorg/flyteconsole#-quick-start mentions setting admin api url env var to port 30080, but that didnt work for me, 30081 did though the only other thing i had to do then was use an addon to disable cors checks (eg. Cors everywhere) should the readme be updated or is there smth else wrong?
    f
    c
    +2
    • 5
    • 10
  • c

    cold-lighter-9610

    06/27/2022, 8:08 PM
    Hi all 👋 The new release of FlyteConsole v1.1.3 is now available. 🎉 Full list of changes: • feat: #469 Adding flyte decks support on FlyteConsole side • feat: Allow to modify NavBat to support your company colors and/or add navigation to your main company site. More Info • feat: #298 launch plans list & detail page. • fix: #508 executions can not be filtered by start time. • chore: #503 add package generator for basics/composites/plugins to better support new monorepo nature of the repository. More info 😇 Let us know what you think and what can be done better :)
    ❤️ 4
    🎉 8
    f
    • 2
    • 1
  • m

    miniature-postman-38835

    07/28/2022, 8:03 PM
    how should an input value of type
    map<string,float>
    be formatted in the input field in the execution modal?
    f
    l
    s
    • 4
    • 24
  • s

    swift-animal-75798

    08/01/2022, 10:38 AM
    there used to be some links from parent/child executions to make when triggering launch plans from inside a workflow, are they still there? Can't find anything
    t
    • 2
    • 8
  • f

    famous-businessperson-24711

    08/02/2022, 5:14 PM
    is this a known issue? happens when upgrading to flytekit 1.0 and using launchplans
    t
    s
    +2
    • 5
    • 27
  • l

    late-eye-50215

    08/02/2022, 5:33 PM
    Hmmm that its definitely not supposed to happen 😅. Let us take a look into this https://github.com/flyteorg/flyteconsole/issues/556
  • b

    boundless-pizza-95864

    08/05/2022, 2:23 PM
    Hi, I'm seeing a weird timeline behavior with cached tasks. It looks like perhaps the duration computation does not work as expected when a cached task is involved? Look at the screenshots for comparison:
    f
    l
    • 3
    • 3
  • c

    colossal-solstice-11091

    08/18/2022, 11:06 AM
    Hi! We started seeing some errors navigating to certain launchplans 🧵
    v
    f
    +2
    • 5
    • 18
  • v

    victorious-park-53030

    08/30/2022, 1:59 PM
    Hi Andrew
    t
    f
    • 3
    • 3