How to use source.last_metadata
with list.iter
?
#2134
Unanswered
vitoyucepi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It is
list.iter(print, (a.last_metadata() ?? [])) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before
2.0.2
I usedon_metadata
callback to store metadata intoref()
.In
2.0.2
last_metadata
was added, but it's not clear how to process it.Also why is it nullable? This differs from
on_metadata
callback argument.Beta Was this translation helpful? Give feedback.
All reactions