Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 6, 2024
1 parent 5e59d0e commit 6214bd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python-generate-outputs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
id: python-generate-outputs
namespace: company.team

variables:
file: orders.csv

tasks:
- id: analyze_orders
type: io.kestra.plugin.scripts.python.Script
Expand Down Expand Up @@ -93,8 +95,7 @@ tasks:
print(f"The script execution took: {processing_time} seconds")
extend:
title: Run a Python script and generate outputs, metrics and downloadable file
artifact specified with a variable
title: Run a Python script and generate outputs, metrics and files specified with a variable
description: >-
This flow generates a CSV file with 100 random orders and then calculates
the sum and average of the "total" column. It then reports the results as
Expand Down

0 comments on commit 6214bd7

Please sign in to comment.