cancel
Showing results for 
Search instead for 
Did you mean: 
Raj_DB
Contributor
since ‎07-29-2025
Thursday

User Stats

  • 12 Posts
  • 0 Solutions
  • 8 Kudos given
  • 5 Kudos received

User Activity

Hi Everyone,I am working on setting up success/failure notifications for a large number of jobs in our Databricks environment. The manual process of configuring email notification using UI for each job individually is not scalable and is becoming ver...
Hi Everyone, I'm working on scheduling a job and would like to pass parameters that I've defined in my notebook. Ideally, I'd like these parameters to be dynamic meaning that if I update their values in the notebook, the scheduled job should automati...
Hi there, I am currently working on a notebook where I pull data from an Oracle database using an Oracle SQL script with a JDBC connection. Due to the large dataset size and joins in my query, I’ve implemented the /*+ parallel(n) */ hint, which works...