79620549

Date: 2025-05-13 23:56:18
Score: 0.5
Natty:
Report link

i did something like this with parquet files

source_base_path = "s3://BUCKET/DB/TABLE/"
source_file_path = ["s3://BUCKET/DB/TABLE/*"]
df=spark.read.option("basePath",source_base_path).parquet(*source_file_path)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jonatas Delatorre