Skip to content

Commit

Permalink
feat(video): generate python data
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Jan 10, 2025
1 parent a5e05b6 commit db76e46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/docs/15.how-to-guides/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ You can read more about the Commands type in the [Plugin documentation](/plugins

## Handling Outputs

<div class="video-container">
<iframe src="https://www.youtube.com/embed/6pN5bZ4l1_8?si=QudHhk15z8LeZ8lw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

---

If you want to get a variable or file from your Python code, you can use an [output](../04.workflow-components/06.outputs.md).

You'll need to install the [`kestra` python module](https://pypi.org/project/kestra/) in order to pass your variables to Kestra.
Expand Down

0 comments on commit db76e46

Please sign in to comment.