input
stringlengths 1
12.6k
| output
stringlengths 1
12k
|
---|---|
> both Flyte blog and LI
sounds good! I can have a draft tonight
i might need the help for blog banner design :joy:
how to publish a blog to flyte <@U04H6UUE78B>
| Have a draft we can help
Put it anywhere for now
|
Have a draft we can help
Put it anywhere for now
| <@U042Z2S8268> share it with me when you are ready. Thanks
|
<@U042Z2S8268> share it with me when you are ready. Thanks
| <@UNR3C6Y4T> <@UNZB4NW3S> <@U01J90KBSU9> <@U0327QS23K4> I have finished the draft of the blog (I turned the readme into a blog). <https://github.com/ByronHsu/FlyteGPT/blob/master/readme.md>
plz help brainstorming and proofreading!
|
I proposed a small improvement in <https://github.com/flyteorg/flytectl/pull/403|https://github.com/flyteorg/flytectl/pull/403>. Can I get a review please? Thank you. Btw readthedocs is failing not due to any change in the PR.
| left a couple comments, <@UP4D9EY6T>. Nothing major though.
|
any plan to enhance the cicd on github? it takes long time for us to see if the cicd passes
| We cannnot
GitHub only gives one free runner
|
We cannnot
GitHub only gives one free runner
| We need sponsor!
|
We need sponsor!
| Haha
Who better than Microsoft
|
Haha
Who better than Microsoft
| Minor correction: we 20 free runners because we're an OSS projects. Github provides larger runners, it's in beta, but only to github enterprise: <https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners>.
|
Minor correction: we 20 free runners because we're an OSS projects. Github provides larger runners, it's in beta, but only to github enterprise: <https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners>.
| Ask Linux Foundation to sponser!
|
Question:
Could it be that `task_resource_defaults.task_resources.defaults/limits.storage` as well as `Resources(storage=…)` don’t have any effect on the resulting Pod at all?
```@dataclass
class Resources(object):
.. note::
Persistent storage is not currently supported on the Flyte backend.```
| This would be a regression
|
This would be a regression
| `task_resource_defaults.task_resources.defaults.storage`
should this configure ephemeral storage or attached pv?
|
`task_resource_defaults.task_resources.defaults.storage`
should this configure ephemeral storage or attached pv?
| Aah you are right storage would have never worked as k8s did not support it for a long time in defaults
|
Aah you are right storage would have never worked as k8s did not support it for a long time in defaults
| Should we deprecate this from flytekit and platform side config?
The platform side config would need ephemeral storage instead
|
Should we deprecate this from flytekit and platform side config?
The platform side config would need ephemeral storage instead
| I agree let’s deprecate storage
|
I’m mostly working with PyCharm when developing in Python and have got a license there. So far, I’ve switched to VSCode when developing with `go` due to a lack of a GoLand license.
Has anyone ever asked JetBrains whether we could have <https://www.jetbrains.com/community/opensource/#support|OpenSource licenses> for developing Flyte? If not, does anyone mind if I go ahead and ask?
| Apache Software Foundation gives free access to committers. Not sure if linux foundation does similar things
|
Apache Software Foundation gives free access to committers. Not sure if linux foundation does similar things
| cc <@UNZB4NW3S>
|
cc <@UNZB4NW3S>
| Ohh we have not asked. You can ask please and share with the community
|
Ohh we have not asked. You can ask please and share with the community
| Will go ahead and ask :+1:
|
why the default is disable?
| I guess because the image then needs to contain extra plugins(so third part rendering libs are included). And task may need more cpu and memory.
|
anyone has idea for this build error?
<https://github.com/flyteorg/flytekit/actions/runs/4944188852/jobs/8839421696?pr=1611>
| flaky test. I rerun it, but there is a linting error in you pr.
|
flaky test. I rerun it, but there is a linting error in you pr.
| sorry where can i see the lint error, and how can i run the lint cmd to fix
|
sorry where can i see the lint error, and how can i run the lint cmd to fix
| make lint
<https://github.com/flyteorg/flytekit/actions/runs/4944041120/jobs/8855280186?pr=1625>
|
make lint
<https://github.com/flyteorg/flytekit/actions/runs/4944041120/jobs/8855280186?pr=1625>
| oh i just saw. there are too many tasks
thanks
<https://github.com/flyteorg/flytekit/actions/runs/4951143139/jobs/8855723780?pr=1611>
can you help rerun again
|
oh i just saw. there are too many tasks
thanks
<https://github.com/flyteorg/flytekit/actions/runs/4951143139/jobs/8855723780?pr=1611>
can you help rerun again
| done
|
Should we reach out to <https://cloudevents.io/> to list Flyte in the adopters section?
I will make a PR following e.g. <https://github.com/cloudevents/cloudevents-web/pull/77|this> one then.
| Thank you <@U04664Z7H37>!
|
Thank you <@U04664Z7H37>!
| <https://github.com/cloudevents/cloudevents-web/pull/78>
<@U04H6UUE78B> can you please check if the description is ok like this for you?
Taken from Flyte website and docs.
|
<https://github.com/cloudevents/cloudevents-web/pull/78>
<@U04H6UUE78B> can you please check if the description is ok like this for you?
Taken from Flyte website and docs.
| it's good, what about reorg a bit:
`Flyte is a cloud-native workflow orchestration platform built on top of Kubernetes. An LF AI & Data Foundation graduated project, Flyte provides an abstraction layer for guaranteed scalability and reproducibility of data and machine learning workflows. Progress of workflows and tasks is delimited by a series of events that Flyte can emit using CloudEvents.`
|
it's good, what about reorg a bit:
`Flyte is a cloud-native workflow orchestration platform built on top of Kubernetes. An LF AI & Data Foundation graduated project, Flyte provides an abstraction layer for guaranteed scalability and reproducibility of data and machine learning workflows. Progress of workflows and tasks is delimited by a series of events that Flyte can emit using CloudEvents.`
| LGTM, thank you <@U02J8QS6AN7>!
|
LGTM, thank you <@U02J8QS6AN7>!
| |
Hi everyone!
Looking at our <https://github.com/orgs/flyteorg/projects/12/views/1|RFC board> it seems like we’ve got 3 open RFCs to chat through in the meetup tomorrow:
• <https://github.com/flyteorg/flyte/pull/3619|Add proposal for community groups>
• <https://github.com/flyteorg/flyte/pull/3553|Config Override>
• <https://github.com/flyteorg/flyte/pull/3320|Flyte System Tags and metadata>
And should we do a round of approvals and merge <https://github.com/flyteorg/flyte/pull/3558|[RFC] External Plugin Service> as this is basically already being worked/partially done? cc <@USU6W5ATA>
| Is the system tag’s approved- I think we need to decide on the tag storage that is MySQL compatible. Cc <@U042TPX3G06> / <@U042Z2S8268>
|
hi team, I am trying to work on flyteconsole repo but had some troubles setting up my development environment following the contribution guide. Wonder if anyone can offer some guidance on the setup.
My first question is that, i had the dependencies installed <https://github.com/flyteorg/flyteconsole/blob/master/CONTRIBUTING.md#-install-dependencies>
but visiting
```<http://localhost.different.admin.service.com:3000|localhost.different.admin.service.com:3000>```
give me errors
| What version of nodejs are you using?
|
What version of nodejs are you using?
| v16.19.0
also, should I run docker run sandbox first? but I am not sure which image version matches with the latest flyteconsole
``` ERROR in ./src/client.tsx:4:21
TS2307: Cannot find module '@flyteorg/common' or its corresponding type declarations.
2 | import * as ReactDOM from 'react-dom';
3 | import ReactGA from 'react-ga4';
> 4 | import { env } from '@flyteorg/common';
| ^^^^^^^^^^^^^^^^^^
5 | import { App } from '@flyteorg/console';
6 |
7 | const WrappedApp = () => {
ERROR in ./src/client.tsx:5:21
TS2307: Cannot find module '@flyteorg/console' or its corresponding type declarations.
3 | import ReactGA from 'react-ga4';
4 | import { env } from '@flyteorg/common';
> 5 | import { App } from '@flyteorg/console';
| ^^^^^^^^^^^^^^^^^^^
6 |
7 | const WrappedApp = () => {
8 | return <App env={env} />;```
error message
|
v16.19.0
also, should I run docker run sandbox first? but I am not sure which image version matches with the latest flyteconsole
``` ERROR in ./src/client.tsx:4:21
TS2307: Cannot find module '@flyteorg/common' or its corresponding type declarations.
2 | import * as ReactDOM from 'react-dom';
3 | import ReactGA from 'react-ga4';
> 4 | import { env } from '@flyteorg/common';
| ^^^^^^^^^^^^^^^^^^
5 | import { App } from '@flyteorg/console';
6 |
7 | const WrappedApp = () => {
ERROR in ./src/client.tsx:5:21
TS2307: Cannot find module '@flyteorg/console' or its corresponding type declarations.
3 | import ReactGA from 'react-ga4';
4 | import { env } from '@flyteorg/common';
> 5 | import { App } from '@flyteorg/console';
| ^^^^^^^^^^^^^^^^^^^
6 |
7 | const WrappedApp = () => {
8 | return <App env={env} />;```
error message
| cc <@U0231BEP02E>
|
cc <@U0231BEP02E>
| Ah yes, this is likely just a problem with our documentation; we'll update that.
But I think for now all you need to do is run:
`yarn build:types`
And then `yarn install && yarn start` should work :+1:
|
Ah yes, this is likely just a problem with our documentation; we'll update that.
But I think for now all you need to do is run:
`yarn build:types`
And then `yarn install && yarn start` should work :+1:
| thanks for the help <@U0231BEP02E>
what is the docker image you use to spin up the dependencies of flyte?
I think `docker run --rm --privileged -p 30080:30080 -p 30081:30081 -p 30082:30082 -p 30084:30084 <http://cr.flyte.org/flyteorg/flyte-sandbox|cr.flyte.org/flyteorg/flyte-sandbox>`
This will complain there is no v1.9 something
|
thanks for the help <@U0231BEP02E>
what is the docker image you use to spin up the dependencies of flyte?
I think `docker run --rm --privileged -p 30080:30080 -p 30081:30081 -p 30082:30082 -p 30084:30084 <http://cr.flyte.org/flyteorg/flyte-sandbox|cr.flyte.org/flyteorg/flyte-sandbox>`
This will complain there is no v1.9 something
| wow nice <@U045124RRFX> are you also going to work on the frontend part
|
wow nice <@U045124RRFX> are you also going to work on the frontend part
| yeah, the union support on UI is missing. I think we need some knowledge on the frontend as well at Linkedin. We might need some customization in the future
<@USU6W5ATA> <@U0231BEP02E> still having trouble
I have my local sandbox running fine on `localhost:30080`
I did `export ADMIN_API_URL=<http://localhost:30080>`
and `DISABLE_AUTH=1`
However, I am getting Failed to fetch data Network Error
can you some help me with this? thanks
|
yeah, the union support on UI is missing. I think we need some knowledge on the frontend as well at Linkedin. We might need some customization in the future
<@USU6W5ATA> <@U0231BEP02E> still having trouble
I have my local sandbox running fine on `localhost:30080`
I did `export ADMIN_API_URL=<http://localhost:30080>`
and `DISABLE_AUTH=1`
However, I am getting Failed to fetch data Network Error
can you some help me with this? thanks
| Interesting; would you be able to share your network tab (chrome devtools)?
|
Interesting; would you be able to share your network tab (chrome devtools)?
| |
Are you getting a CORS error?
|
|
Are you getting a CORS error?
| yes actually
so I actually no longer need to work on the frontend for now. but would definitely want a clearer contributing doc if possible. The current one seems quite unorganized
|
Beautify deviceflow prompt: <https://github.com/flyteorg/flytekit/pull/1625> cc <@UNR3C6Y4T> <@USU6W5ATA>
| i left a comment
|
i left a comment
| <@UNZB4NW3S> do you mean using flytekit <https://github.com/flyteorg/flytekit/blob/e44b8027bd0f59c0f90eb5f86bfa181aebad0d74/flytekit/loggers.py#L18|logger>? it looks weird
or we just create a console in authenticator.py like
```from rich.console import Console
from rich.text import Text
from rich.style import Style
# Create a console instance
console = Console()
# Create the text with formatted styles and colors
text = Text.assemble(
f"To Authenticate, navigate in a browser to the following URL: ",
Text(resp.verification_uri, style=Style(color="blue", underline=True)),
f" and enter code: ",
Text(resp.user_code, style=Style(color="blue")),
)
# Print the text to the console
console.print(text)```
|
<@UNZB4NW3S> do you mean using flytekit <https://github.com/flyteorg/flytekit/blob/e44b8027bd0f59c0f90eb5f86bfa181aebad0d74/flytekit/loggers.py#L18|logger>? it looks weird
or we just create a console in authenticator.py like
```from rich.console import Console
from rich.text import Text
from rich.style import Style
# Create a console instance
console = Console()
# Create the text with formatted styles and colors
text = Text.assemble(
f"To Authenticate, navigate in a browser to the following URL: ",
Text(resp.verification_uri, style=Style(color="blue", underline=True)),
f" and enter code: ",
Text(resp.user_code, style=Style(color="blue")),
)
# Print the text to the console
console.print(text)```
| Fair use click but instead use rich_click
|
Fair use click but instead use rich_click
| <@UNZB4NW3S> <https://github.com/flyteorg/flytekit/pull/1625> can you ship
|
Allow 0 worker in pytorch plugins & Add objectMeta to PyTorchJob: <https://github.com/flyteorg/flyteplugins/pull/348>
Enable pod template and Use copy to construct head/worker in ray plugin: <https://github.com/flyteorg/flyteplugins/pull/349>
PR to fix pytorch and ray plugin <@U04664Z7H37> <@USU6W5ATA>
| left a few small comments, looks great <@U042Z2S8268>!
|
left a few small comments, looks great <@U042Z2S8268>!
| updated the comment
that being said you can leave the code, but i think we should make flytekit, just send a single container task?
|
updated the comment
that being said you can leave the code, but i think we should make flytekit, just send a single container task?
| > runs without needing an operator and does not need a CRD to be created.
this makes sense
ok will raise a pr to flytekit
|
> runs without needing an operator and does not need a CRD to be created.
this makes sense
ok will raise a pr to flytekit
| nice
thank you
highly appreciated
|
nice
thank you
highly appreciated
| <https://github.com/flyteorg/flytekit/pull/1629>
|
<https://github.com/flyteorg/flytekit/pull/1629>
| `torch.distributed.init_process_group()` requires some env vars to be set (world size, rank, …). If we use a single container task we need to overwrite `execute` and set these before calling `super().execute` ?
|
<https://github.com/flyteorg/flyteidl/pull/401> This PR is ready for review, flytectl get tasks and create executions has been tested on multiple cases include: Union between int and float, union between int and none, Union between blob and int
<@U029U35LRDJ> <@USU6W5ATA>
| looks perfect. thanks for the fix! i'll have to update <https://github.com/flyteorg/flyte/issues/3607|all the refactoring> i did :joy:
cc <@U0265RTUJ5B> <@UNR3C6Y4T> +1 please?
|
hi team, I have this PR to support Union type in flyteidl. <https://github.com/flyteorg/flyteidl/pull/401>
However, i do have a few questions related to what I should generate when making the default value for Union types. Currently I am generating it as a Union Scalar with the first type available. However, I can also just generate the the literal for the type itself. Wondering if that make a difference when user creating the task using simple types but task is defined as Union type.
An example:
```@task
def task(a: Union[Integer, Float]):```
and then I am current generating default value as *Union scalar literal*:
```x:
value:
value:
scalar:
value:
primitive:
value:
integer: 0
xxx_nounkeyedliteral: {}
xxx_unrecognized: []
xxx_sizecache: 0
xxx_nounkeyedliteral: {}
xxx_unrecognized: []
xxx_sizecache: 0
hash: ""
xxx_nounkeyedliteral: {}
xxx_unrecognized: []
xxx_sizecache: 0
type:
type:
simple: 1
metadata: null
annotation: null
structure:
tag: int
xxx_nounkeyedliteral: {}
xxx_unrecognized: []
xxx_sizecache: 0
xxx_nounkeyedliteral: {}
xxx_unrecognized: []
xxx_sizecache: 0
xxx_nounkeyedliteral: {}
xxx_unrecognized: []
xxx_sizecache: 0```
or I can generate default as *simple integer literal* like this:
```"x": 0```
<@U029U35LRDJ> <@UNZB4NW3S> <@USU6W5ATA>
so from my understanding is that the type extracted from literal will be different,
| > Currently I am generating it as a Union Scalar with the first type available
yes, I think it’s fine because `MakeDefaultLiteralForType` is only used in the tests.
> ```@task
> def task(a: Union[Integer, Float]):```
flytekit always expects `a` is a *Union scalar literal*
|
> Currently I am generating it as a Union Scalar with the first type available
yes, I think it’s fine because `MakeDefaultLiteralForType` is only used in the tests.
> ```@task
> def task(a: Union[Integer, Float]):```
flytekit always expects `a` is a *Union scalar literal*
| cool, thanks, but why does the scalar contains so many other fields like `xxx_unrecognized: []`
MakeDefaultLiteralForType is used by flytectl to create execFile right?
|
cool, thanks, but why does the scalar contains so many other fields like `xxx_unrecognized: []`
MakeDefaultLiteralForType is used by flytectl to create execFile right?
| same q ^^
it think its auto generated by protobuf?
|
same q ^^
it think its auto generated by protobuf?
| oh, sorry. I though it’s only used in idl. looking the code in flytectl.
that’s auto generated by protobuf
|
oh, sorry. I though it’s only used in idl. looking the code in flytectl.
that’s auto generated by protobuf
| so when I extract from a Union Literal, should I just get the actual value inside the union or the union type defined here <https://github.com/flyteorg/flyteidl/blob/44b6bc64337cb40b08865ab6c1c8762f4d9619e4/protos/flyteidl/core/literals.proto#L56>
because I see schema are extracted with URI
oh I think I figured it out
|
hi <@U042Z2S8268>! <http://Union.ai|Union.ai> team has recommended me to join the contributor space here, and i hope i can learn more about how Linkedin wants to add user identity to the workflow/pod. Stripe partly solve this by making execution run under user service account. We are now hoping that the identity gets propagated to pod label as well. Would love to chat with you to understand how you are passing identity, and if we can work together here and have a shared ask/sketch to <http://Union.ai|Union.ai> what can be done
(and go bears! i realize we went to the same meng program)
| Sure. Glad to schedule a chat
<https://github.com/flyteorg/flyte/issues/3566#issuecomment-1536578111>
Add our meeting summary here
|
Sure. Glad to schedule a chat
<https://github.com/flyteorg/flyte/issues/3566#issuecomment-1536578111>
Add our meeting summary here
| thanks byron!
|
<@U029U35LRDJ> These two PRs are ready for review.
<https://github.com/flyteorg/flyteidl/pull/386>
<https://github.com/flyteorg/flyteplugins/pull/345>
| thanks so much! will look shortly - i'm sure these will be quick merges.
|
Im wondering what is the best way to sync the flyte task code to the remote side in notebook now? ensuring code resides in the container
<@UNZB4NW3S> <@UNR3C6Y4T> <@U019PBV483E>
| Like the actual code itself?
|
Like the actual code itself?
| how do you bundle the code to the remote? baked in image?
|
how do you bundle the code to the remote? baked in image?
| Baked in image or fast registration. Or are you talking about registering code that's in a notebook to Flyte?
|
Baked in image or fast registration. Or are you talking about registering code that's in a notebook to Flyte?
| yes
|
yes
| that is not handled today, i have a PR in works right now
but that is experimental
problem is we cannot just simply address the function right
the code is in flytekit PR <https://github.com/flyteorg/flytekit/pull/1607>
check it out if you folks want
|
that is not handled today, i have a PR in works right now
but that is experimental
problem is we cannot just simply address the function right
the code is in flytekit PR <https://github.com/flyteorg/flytekit/pull/1607>
check it out if you folks want
| Nice cc <@U042TPX3G06>
|
Nice cc <@U042TPX3G06>
| Happy to collaborate on this
Does not work on dynamic
|
Happy to collaborate on this
Does not work on dynamic
| I’d love to test it out on our notebook and leave some comments
lmk when it’s ready to test
|
I’d love to test it out on our notebook and leave some comments
lmk when it’s ready to test
| I’ll rebase it, should be ready to test, needs new base image builds
|
Im curious how to generate a perf graph like this
| ```PYTHONPROFILEIMPORTTIME=1 python wf.py &> myscript.prof && tuna myscript.prof```
|
```PYTHONPROFILEIMPORTTIME=1 python wf.py &> myscript.prof && tuna myscript.prof```
| cool!
|
cool!
| lots of perf stuff is getting improved
|
Also, a PR adding missing details to GOVERNANCE:
<https://github.com/flyteorg/community/pull/5>
Your reviews are highly appreciated
| cc <@UP4D9EY6T> and team can we add some of you folks here
|
Welcoming <@U019PBV483E> officially as a new Contributor to `flytekit`
Thanks for all you’ve done and we hope you enjoy the experience!
| Thank you!! Excited to help however I can!
|
Reminder: Flyte contributor's meetup will take place TOMORROW (Thursday) at 11AM PT. <https://hackmd.io/@davidmirror/rkqCpbK1n|Agenda/notes->- <https://us06web.zoom.us/j/81897346046?pwd=cGxaRWxSTUdkTlpHSXB1RUJ1Njd3UT09|Zoom bridge>
| <@U04H6UUE78B> Sorry, I most likely will not be able to make it tomorrow
|
<@U04H6UUE78B> Sorry, I most likely will not be able to make it tomorrow
| no prob <@U03C1MJQ892>
We'll definitely miss you but will tag you in any relevant conversation/action item :slightly_smiling_face:
|
no prob <@U03C1MJQ892>
We'll definitely miss you but will tag you in any relevant conversation/action item :slightly_smiling_face:
| Thank you!
|
Thank you!
| <@U04H6UUE78B> do you have a recurring calendar invite of the sync? Mine is still at 1pm
|
<@U04H6UUE78B> do you have a recurring calendar invite of the sync? Mine is still at 1pm
| it's weird, I see it recurring at 11AM PT in the public calendar. You can import the calendar here: <https://lists.lfaidata.foundation/g/flyte-announce/ics/12031983/2145304139/feed.ics>
|
IIRC, after<https://github.com/flyteorg/flytekit/pull/1526| this change>, we don’t need to explicitly import `awscli` in the image to pull the data from s3 right? <@UNZB4NW3S>
| correct
|
correct
| Nice! Will it be backported to 1.2.X?
Does it mean flytekit now transitively depends on corresponding blob store (s3, gcs, etc) ?
|
Nice! Will it be backported to 1.2.X?
Does it mean flytekit now transitively depends on corresponding blob store (s3, gcs, etc) ?
| Yes
Using fsspec
Also you have streaming apis
|
<@U02B12QHY9J> also if you have not already seen RFC for extrenal plugins - <https://hackmd.io/k_hMtUsGTbKl2IksC3IjkA>
I think we can easily add sensors with this that are very light weight
and PR for it <https://github.com/flyteorg/flytekit/pull/1524>
| Coool, we have a few of flytekit plugins internally which could be just a backend plugin
|
Coool, we have a few of flytekit plugins internally which could be just a backend plugin
| Ya that improves performance tremendously- as it stops the need to start a container
|
<@U02B12QHY9J> also let me introduce you to <@U04R4U457A4> who is leading design at union, but will also help with design for Flyte. Tim, Aria works at Gojek and has a lot of ideas for the UI. He would be an excellent contact to sync with and do a user study
| Hey <@U04R4U457A4> nice to e-meet you :wave:
|
Hey <@U04R4U457A4> nice to e-meet you :wave:
| timezones are different, but i think connecting you both might be awesome
|
I am submitting a <https://github.com/flyteorg/flyteconsole/pull/739|PR> to flyteconsole, but run into following error. Anyone has this issue before?
The other <https://github.com/flyteorg/flyteconsole/pull/738|PR> didn’t have this though.
| Is this in your fork?
Cc <@U04NPJA96RW> do you know
|
Is this in your fork?
Cc <@U04NPJA96RW> do you know
| Yes, it’s in my fork
Should I use branch in the main repo instead?
Also, would like to get feedback on the changes itself.
|
Yes, it’s in my fork
Should I use branch in the main repo instead?
Also, would like to get feedback on the changes itself.
| cc <@U0231BEP02E> also fyi
|
cc <@U0231BEP02E> also fyi
| Hey <@U02B12QHY9J> - sorry for the lagged response; we've been heads down working on some features/bugs. But your PR looks good in general just give us a day or two to work with our UX/design team to think through some of the edge cases around archived launch plans and how/when we should surface them. But in general this looks great - and thanks! :raised_hands:
Hey <@U02B12QHY9J> - just wanted to let you know your changes were merged. Thanks! :raised_hands:
|
Hey <@U02B12QHY9J> - sorry for the lagged response; we've been heads down working on some features/bugs. But your PR looks good in general just give us a day or two to work with our UX/design team to think through some of the edge cases around archived launch plans and how/when we should surface them. But in general this looks great - and thanks! :raised_hands:
Hey <@U02B12QHY9J> - just wanted to let you know your changes were merged. Thanks! :raised_hands:
| Thanks a lot <@U0231BEP02E>!
I submitted several feature request to improve the Launch Plan UX in Flyte Console listed below.
We want to understand if there is existing plan in Flyte roadmap which cater to this?
We’d love to contribute to these.
<https://github.com/flyteorg/flyte/issues/3575>
<https://github.com/flyteorg/flyte/issues/3568>
<https://github.com/flyteorg/flyte/issues/3585>
|
Thanks a lot <@U0231BEP02E>!
I submitted several feature request to improve the Launch Plan UX in Flyte Console listed below.
We want to understand if there is existing plan in Flyte roadmap which cater to this?
We’d love to contribute to these.
<https://github.com/flyteorg/flyte/issues/3575>
<https://github.com/flyteorg/flyte/issues/3568>
<https://github.com/flyteorg/flyte/issues/3585>
| I think I love this idea, we will get back to you tomorrow
Cc <@U01DYLVUNJE> / <@U0231BEP02E> can either of you help drive this
|
I think I love this idea, we will get back to you tomorrow
Cc <@U01DYLVUNJE> / <@U0231BEP02E> can either of you help drive this
| <@U0265RTUJ5B> <@U0231BEP02E> let’s discuss how these might fit into our roadmap
|
<@USU6W5ATA> do you still have the issue for the documentation parsing PRs
<@U019PBV483E> is looking for the PRs
all the “doc hub” prs
| Wondering just where this stands! I know `docs` is an attribute, but not sure if this is getting carried through registration yet?
|
Wondering just where this stands! I know `docs` is an attribute, but not sure if this is getting carried through registration yet?
| <https://github.com/flyteorg/flyte/issues/531>
yes, it is getting carried through registration
I have a pr to show short / long description in the flyteConsole. Feel free to leave any comment
|
<https://github.com/flyteorg/flyte/issues/531>
yes, it is getting carried through registration
I have a pr to show short / long description in the flyteConsole. Feel free to leave any comment
| I'm on `1.4.2` - is it not in that release?
|
I'm on `1.4.2` - is it not in that release?
| <https://github.com/flyteorg/flyteconsole/pull/735>
|
<https://github.com/flyteorg/flyteconsole/pull/735>
| Is this something that's accessible with FlyteRemote?
remote.fetch_workflow() has docs=None for all of my stuff on 1.4.2 is why I ask!
|
Is this something that's accessible with FlyteRemote?
remote.fetch_workflow() has docs=None for all of my stuff on 1.4.2 is why I ask!
| ohh, flytekit. let me take a look
|
ohh, flytekit. let me take a look
| I'm using Pod tasks and am not seeing it! It looks like they inherit from PythonFunctionTask though so should be there?
|