From 6214bd79a1cc09bad46d4415309963099dedbbd5 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Wed, 6 Nov 2024 14:47:03 +0000 Subject: [PATCH] fix: formatting --- python-generate-outputs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-generate-outputs.yaml b/python-generate-outputs.yaml index e0c550e..701eee6 100644 --- a/python-generate-outputs.yaml +++ b/python-generate-outputs.yaml @@ -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 @@ -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