โ12-07-2021 02:57 AM
how to set retry attempt in the data bricks notebook in term of like if any cmd /cell get fails that times that particular cmd/cell should be rerun for purpose of connection issue etc.
โ12-07-2021 03:12 AM
โ12-07-2021 03:26 AM
@HubertDudek As i am fresher in the databricks ,Could you please suggest /explain me in detail
โ12-07-2021 04:36 AM
https://docs.databricks.com/notebooks/notebook-workflows.html
dbutils.notebook.run() - run other notebook from main notebook
dbutils.notebook.exit("failed") - quit notebook and can return status to main notebook (it can be in except block)
With all this command you can implement any own logic.
I also use azue data factory to run databricks notebook as with data factory you can nice handle many data flow scenarios depend on task success/failure/completion/timeout etc.
โ12-07-2021 10:11 PM
Hi,
I also use azue data factory to run databricks notebook as with data factory you can nice handle many data flow scenarios depend on task success/failure/completion/timeout etc. -- Can't we implement this type of scenario in Databricks using Multiple tasks job.
Thank you
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now