From eaff214e08e316a29810b13fe6b741585e8ec534 Mon Sep 17 00:00:00 2001 From: edvs19 <edvs19@inf.ufpr.br> Date: Thu, 6 Mar 2025 11:23:55 -0300 Subject: [PATCH] teste --- gen_bronze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_bronze.py b/gen_bronze.py index c8c652d..914fe78 100644 --- a/gen_bronze.py +++ b/gen_bronze.py @@ -124,7 +124,7 @@ schema = StructType([ print("Esquema definido com sucesso.") # Carregar JSON com o esquema -input_path = "s3a://landing/warehouse/fichas_cadastro_individual_1000.json" +input_path = "s3a://landing/warehouse/fichas_cadastro_individual_1000.jsonl" output_path = "s3a://bronze/warehouse/fichas_cadastro_individual_parquet" try: print("Carregando dados do JSON...") -- GitLab