How to programmatically get the "launched by" information for a job #17801
dhirschfeld
started this conversation in
General
Replies: 3 comments 8 replies
-
I tried
|
Beta Was this translation helpful? Give feedback.
1 reply
-
The launcher info is stored in tags. You can get the tags for a run by calling |
Beta Was this translation helpful? Give feedback.
7 replies
-
Hi guys. I think the issue i'm encountering it's related to this: in the OSS version, can i set this "Launched By" metadata programmatically? (for example by setting a tag, as i already do for partitions in some use cases) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I have the
context
/run_id
of a job, how can I get the "Launched by" information for taht run, as shown in the UI:i.e. I'm after the user (or schedule) that triggered the run
Beta Was this translation helpful? Give feedback.
All reactions