cancel
Showing results for 
Search instead for 
Did you mean: 
Johannes_E
New Contributor III
since ‎02-07-2025
‎07-22-2025

User Stats

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Hello everybody,I want to run a job that collects some csv files from a SFTP server and saves them on my Unity Catalog Volume. While my personal cluster defined like the following has access to create folders on the volume my job cluster doesn't.Defi...
I've added an external volume named "logs" to my Databricks Unity Catalog. Within a Databricks notebook I can verify that it exists (os.path.exists(path='/Volumes/my_catalog/schema_name/logs') and even write a file to it that I can see within the Dat...
We are working with Databrick Connect and Visual Studio Code in our project. We mainly want to program in the IDE (VS Code) so that we can use the advantages of the IDE compared to notebooks. Therefore, we write most of the code in .py files and actu...