cancel
Showing results for 
Search instead for 
Did you mean: 
charliemerrell
New Contributor
since ‎04-23-2025
‎04-24-2025

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I want to run auto loader on some very large json files. I don't actually care about the data inside the files, just the file paths of the blobs. If I do something like```    spark.readStream        .format("cloudFiles")        .option("cloudFiles.fo...