Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 06:58 AM - edited 03-26-2024 07:00 AM
Thank you. In my case I plan to use API:
https://docs.databricks.com/api/workspace/jobs/listruns - for choosing the latest run_id
https://docs.databricks.com/api/workspace/jobs/getrun - for getting task status for run_id
Python script will run every 10 minutes in certain predefined period of time and check the status of the tasks.