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