noticed something a bit buggy in 1.0.0. `flytekit....
# flytekit
d
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
k
Execution id does not exist during compile time
d
That's fine, but the type is different 🙂
k
Aah ok
That is odd
d
Sorry there was a typo. Value is missing during runtime
y
it’s missing during execution?
or it’s a struct?
d
Both :)
y
oh it’s a struct, and the name is missing
got it
k
Ya it's init to a string
y
watch this break the world
😄 1
d
Should probably also update the return type which says str
y
done
d
is this targeted for 1.0.2?
y
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 @Eduardo Apolinario (eapolinario) this is why i was asking)
please let me know if you want to be a part of it
163 Views