cancel
Showing results for 
Search instead for 
Did you mean: 
bd
New Contributor III
since ‎01-14-2023
‎03-11-2024

User Stats

  • 6 Posts
  • 1 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

When I try setting the `pathGlobFilter` on my Autoloader job, it appears to filter out everything. The bucket/directory setup is like`s3a://my_bucket/level_1_dir/level_2_dir/<some_name>/one/two/<the_files_i_want_to_load>`So what I want is to be able ...
I have a function which is meant to use the `cloudFiles` source to stream file contents from s3. It is configured like this:```stream = ( spark.readStream.format("cloudFiles") .option("cloudFiles.format", "text") .option("cloudFiles.schemaLo...
I'm getting this Failure Reason on a fairly simple streaming job. I'm running the job in a notebook. The notebook relies on a python module that I'm syncing to DBFS with `dbx`. Within the notebook generally, the module is available, i.e. `import mymo...
Kudos from
Kudos given to