cancel
Showing results for 
Search instead for 
Did you mean: 
ChristianRRL
Valued Contributor III
since ‎12-12-2023
Monday

User Stats

  • 88 Posts
  • 1 Solutions
  • 46 Kudos given
  • 13 Kudos received

User Activity

Hi there, I'd like to follow up on a prior post:https://community.databricks.com/t5/data-engineering/can-schemahints-dynamically-handle-nested-json-structures/m-p/130209/highlight/true#M48731Basically I'm wondering what's the best way to set *both* d...
Hi there, as I'm learning more about schemaHints, it seems like an incredibly useful way to unpack some of my json data. However, I've hit what is either a limitation of schemaHints or of my understanding of how to use it properly.Below I have an exa...
I am curious to get the community's thoughts on this. Is it generally preferrable to load raw data based on its inferred columns or not? And is it preferred to keep the raw data in its original structure or to flatten it into a more tabular structure...
Hi there, when referencing Common data loading patterns > Enable flexible semi-structured data pipelines , I noticed this interesting code snippet:spark.readStream.format("cloudFiles") \ .option("cloudFiles.format", "json") \ # will ensure that t...
In reference prior post: Re: Autoloader Error Loading and Displaying - Databricks Community - 122579I am attempting to output results to the console (notebook cell), but am not seeing anything (other than the dataframe schema). Is this expected? I am...