From 54757474bb8d8edc1bf1dad676b7b4a05ec54f53 Mon Sep 17 00:00:00 2001
From: edvs19 <edvs19@inf.ufpr.br>
Date: Thu, 6 Mar 2025 15:19:47 -0300
Subject: [PATCH] teste

---
 teste_dag.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/teste_dag.py b/teste_dag.py
index e573262..bcf28a3 100644
--- a/teste_dag.py
+++ b/teste_dag.py
@@ -54,7 +54,7 @@ from airflow.models.param import Param
 @dag(
     dag_id="process_records_teste",
     params={
-        "input_file": Param(type="string"),
+        "input_file": Param("fichas_cadastro_individual",type="string"),
     },
 )
 def process_records():
-- 
GitLab