cancel
Showing results for 
Search instead for 
Did you mean: 
DipakBachhav
New Contributor III
since ‎07-15-2022
‎06-26-2023

User Stats

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

User Activity

I am trying to connect to databricks using java code. Can someone help me please? Here is the code so far I have got::    import java.sql.Connection;  import java.sql.DriverManager;  import java.sql.SQLException;  import java.util.Properties;     ...
I am trying to run the below notebook through databricks but getting the below error. I have tried to update the notebook timeout and the retry mechanism but still no luck yet.   NotebookData("/Users/mynotebook",9900, retry=3)   ]   res = parallelNot...
I am a newbie to data bricks and trying to write results into the excel/ CSV file using the below command but getting DataFrame' object has no attribute 'to_csv' errors while executing.I am using a notebook to execute my SQL queries and now want to s...
Kudos given to