From d0a3a8114f91cc32d2eb277bf323dc14013e2dc7 Mon Sep 17 00:00:00 2001 From: edvs19 <edvs19@inf.ufpr.br> Date: Thu, 6 Mar 2025 19:21:09 -0300 Subject: [PATCH] teste --- teste_dag.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teste_dag.py b/teste_dag.py index acecade..a1b9d45 100644 --- a/teste_dag.py +++ b/teste_dag.py @@ -19,7 +19,8 @@ with DAG( "input_file": Param("invalid_file.jsonl", type="string"), }, ) as dag1: - dag1.log.info(f"Input file {dag1.params["input_file"]}") + + dag1.log.info(f"Input file { dag1.params["input_file"] }") file = dag1.params["input_file"] -- GitLab