noticed something a bit buggy in 1.0.0. `flytekit....
# flytekit
f
noticed something a bit buggy in 1.0.0.
flytekit.current_context().execution_id
has a few issues • during compile time it is a string of the form
ex:local:local:local
• during execution time it is a struct of the form project, domain, name and the name portion is empty
f
Execution id does not exist during compile time
f
That's fine, but the type is different 🙂
f
Aah ok
That is odd
f
Sorry there was a typo. Value is missing during runtime
t
it’s missing during execution?
or it’s a struct?
f
Both :)
t
oh it’s a struct, and the name is missing
got it
f
Ya it's init to a string
t
watch this break the world
😄 1
f
Should probably also update the return type which says str
t
done
f
is this targeted for 1.0.2?
t
it’s targeted for the end of this month release… I think we should be able to make a patch release earlier though.
sorry for the delay
we have a meeting this week to discuss the release cycle (cc @high-accountant-32689 this is why i was asking)
please let me know if you want to be a part of it
163 Views