-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clarity about output #841
Comments
Hey @Lewiscowles1986 👋, thank you so much for your interest in Dagu!
Yes, that's correct.
Currently, Dagu only capture stdout. If the captured output is JSON, you can reference specific object fields (e.g.,
Yes, that's a great idea. It's a very common use case, so adding it to the quick start guide makes a lot of sense. |
I've added an example of something:
I tested using the docs locally, under python 3.11. Please let me know if you'd like any changes |
One thing that could be useful in a quick-start guide might even be notes about running the docker-compose.yml. It certainly simplifies things for someone learning about this software |
Yes, that's a great idea! Should we add a |
So I think maybe we point out that examples has a "ready-to-go" docker-compose.yaml? Esentially there are competing trade-offs
I'm happy to follow up with that if you like. |
Hello, thanks for producing and sharing this very cool take on a declarative workflow engine
While searching for answers about passing output between tasks, I came across
https://github.com/dagu-org/dagu/blob/main/examples/pass_output_to_next.yaml
Does this mean that STDOUT is what is captured, similar to running a command within
VARNAME=$(/some/command args)
for bash / zsh?https://dagu.readthedocs.io/en/latest/schema.html#output
Seems to suggest it is
If that is the case, do you have tips and tricks to remove noise from cli tools when using dagu?
Do you think this could make a useful addition to the user quick-start guide https://dagu.readthedocs.io/en/latest/quickstart.html
I was thinking that in the docs I didn't see output called out, besides the reference docs and example.
Last thing. Do you think that the DSL / language might ever seek to refine the output, by adding additional filtering or parsing as part of the process? I understand I could chain steps to achieve this now, with each step transforming output.
The text was updated successfully, but these errors were encountered: