https://prefect.io logo
Title
d

Darin Douglass

05/31/2022, 6:00 PM
in orion’s ui is there a place to see flow run parameters?
a

Anna Geller

05/31/2022, 6:23 PM
This may sound silly but: You can't see parameter values, but you can copy them 😄
We are working on that UX so it will improve, but just so that you are aware, you can grab the value by clicking COPY
d

Darin Douglass

05/31/2022, 6:25 PM
ah ok, i was messing around with the api and noticed the parameters arg but didn’t see it in the ui
👍 1
a

Anna Geller

05/31/2022, 6:25 PM
@Marvin open "As a user, I want to see the default Parameter values of a given deployment in the UI"
d

Darin Douglass

05/31/2022, 6:32 PM
ah is that only available with deployment-ran flows? what about flows ran via, say, the repl?
a

Anna Geller

05/31/2022, 6:35 PM
in that case, perhaps you could log the parameter values?
I understand what you mean and I could take it as a potential feature request - for now as a workaround you can achieve that by logging those values
d

Darin Douglass

05/31/2022, 6:37 PM
these questions come from me looking into a clojure orion client and wondering if the
parameters
param was actually needed/useful
a

Anna Geller

05/31/2022, 6:38 PM
clojure?
d

Darin Douglass

05/31/2022, 6:38 PM
https://clojure.org/ tl;dr lisp hosted in java/javascript/clj/dart
a

Anna Geller

05/31/2022, 6:39 PM
it's def needed and useful 😄 maybe not for each use case
what are you trying to do? what would be such an Orion client used for?
do you mean it as execution layer i.e. your agent?
d

Darin Douglass

05/31/2022, 6:40 PM
i’d like to write clojure tasks using orion’s multi-language support
i have the rest api spec and the python source code so i’ve been looking at it in my spare time
a

Anna Geller

05/31/2022, 6:42 PM
interesting, thanks for looking at expanding Prefect 2.0 - we are not that far yet to think about support for new languages, that's something we could explore more in 2023 (just to be transparent and manage expectations)
d

Darin Douglass

05/31/2022, 6:43 PM
fully understood, it’s just generally exploratory
👍 1
eventually our team will want to transition to the clojure client, but not until the support/stability is there