I am using a Graph.to__job of condigurable ops to ...
# ask-community
l
I am using a Graph.to__job of condigurable ops to call Ansible playbooks. The ansible playbooks are called via python library ansible_ runner. The playbook stdout is only available in the very first op of graph (in dagit via 'raw compute logs'). If I call ansible runner in any op other than the 'first', the stdout is not available. How can I make sure that the stdout from op call to Ansible Runner is available in stdout? If not possible, what log file location does the std out end up? FYI. The dagster/dagit setup is deployed via pip install on self managed VM.
c
how are you actually configuring to retrieve the stdout? Is the stream just not getting reused? Confused as to the setup here
l
The configuration is all default.
FYI. I found my problem, user error.
I am able to view the logs I want by making use of the dropbox selector next to "stdout stderr" in Dagit.
Thank you
🫡 1