From 1900930b7b6d1552c03e216c83e1a3a554f1cb18 Mon Sep 17 00:00:00 2001 From: lcd22 <lcd22@inf.ufpr.br> Date: Wed, 5 Mar 2025 23:26:52 +0000 Subject: [PATCH] =?UTF-8?q?fix=20nome=20do=20diret=C3=B3rio=20bronze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen_bronze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_bronze.py b/gen_bronze.py index 4b6124e..92be0d8 100644 --- a/gen_bronze.py +++ b/gen_bronze.py @@ -125,7 +125,7 @@ schema = StructType([ print("Esquema definido com sucesso.") # Carregar JSON com o esquema input_path = "s3a://landing/warehouse/fichas_cadastro_individual_200000.json" -output_path = "s3a://bronze/warehouse/fichas_cadastro_individual_200000_parquet" +output_path = "s3a://bronze/warehouse/fichas_cadastro_individual" try: print("Carregando dados do JSON...") df = spark.read.schema(schema).json(input_path) -- GitLab