Replies: 1 comment
-
Nevermind, found it! For future reference, if anyone is looking for it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a Dagster job which is comprised of a bunch of ops. One of these ops will randomly take 5-10x longer than average.
In order to investigate this, I want to get a list of runs for a specific job, but further filter it based on the runtime of a specific op.
As far as I'm aware, the GQL endpoints don't expose op-level granularity. Is there anway to do this, or have I missed something in the GQL docs?
Beta Was this translation helpful? Give feedback.
All reactions