cancel
Showing results for 
Search instead for 
Did you mean: 
Hubert-Dudek
Databricks MVP
since ‎10-12-2021
yesterday

User Stats

  • 1,640 Posts
  • 286 Solutions
  • 1,039 Kudos given
  • 2,439 Kudos received

User Activity

It is great to see serverless in the compute section. Especially because I proposed it some time ago and lobbied for it during advisory meetings. Now we can set permissions for serverless compute. More options will come. I can say that it is my favor...
Thanks to the new column_object_metadata we have access to storage-level information such as MIME type, ETag, and other metadata. That functionality is for external volumes, as in some use cases that data was needed for ingestion. Just remember that ...
Unity Catalog secrets operations Create, Update, List, Read, or Reference are now in audit tables as well. I think that, aside from a clear permission model, it is the biggest benefit of storing secrets in UC. more news https://medium.com/databricksc...
x10 performance,x100 concurrency,price the same,impossible?not in databricks see benchmark https://www.sunnydata.ai/blog/databricks-rt-lakehouse-benchmark-results  
Don’t overwrite your code — make it immutable! With every deployment, thanks to immutable_folder, all files are copied to a new, read-only folder. They are not overwritten. The biggest benefit is that jobs already underway will not fail or produce un...