how do i make it visible in the run log which parameters my flow used?
k
how do i make it visible in the run log which parameters my flow used?
k
These are visible in the UI but if you want them logged, you can log
prefect.context.parameters
and this should give a dict of values.