https://flyte.org logo
#contribute
Title
# contribute
y

Yubo Wang

03/27/2023, 8:31 PM
hi @Niels Bantilan have anyone picked on this task? or any plan regarding this issue https://github.com/flyteorg/flyte/issues/3094
k

Kevin Su

03/27/2023, 8:37 PM
It’s done. the pr has been merged.
y

Yubo Wang

03/27/2023, 8:41 PM
oh awesome, thanks
d

David Espejo (he/him)

03/27/2023, 8:42 PM
hey @Yubo Wang thank you for your interest on contributing to Flyte! Would you mind taking a look at the
help wanted
issues to see if there's something you could help with? https://github.com/flyteorg/flyte/labels/help%20wanted
y

Yubo Wang

03/27/2023, 8:43 PM
Hi David, I have this two issues that I am working on, I will take a look once I am done with those https://github.com/flyteorg/flyte/issues/3533 https://github.com/flyteorg/flyte/issues/3308
n

Niels Bantilan

03/27/2023, 8:55 PM
@Yubo Wang mind if I assign those two issues to you?
y

Yubo Wang

03/27/2023, 9:14 PM
NP, please go ahead
@Kevin Su one question, how do we change the logging level for flytectl? Trying to debug an issue with the flytectl itself
k

Kevin Su

03/27/2023, 9:17 PM
flytectl [command] --logger.level 5
y

Yubo Wang

03/27/2023, 9:20 PM
thank you
@Kevin Su I see the gap here. I think only structure dataset is supported in your PR. Not the union type. I am having two errors because of this: 1.
flytectl get execution
error out with
{"json":{"src":"main.go:13"},"level":"error","msg":"unsupported literal scalar type *core.Scalar_Union","ts":"2023-03-27T14:20:51-07:00"}
2. on the UI, a json with union type showed up as
This type is not yet supported
Do you want me to create a new issue regarding this one?
k

Kevin Su

03/27/2023, 10:28 PM
ohh, I see. we don’t have pr for union type.
would you like to work in it?
y

Yubo Wang

03/27/2023, 10:30 PM
I can work on it, but I might need some mentoring on this if I hit error
can I ask you for help in that case?
k

Kevin Su

03/27/2023, 10:31 PM
of course
Thanks for the help.
4 Views