Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 06:35 AM - edited 09-24-2024 06:50 AM
You have error in your code. To set a task value you should use dbutils.job.taskValues.set command. Instead, in code you've provided you're using dbutils.job.taskValues.get.
Look at below picture. Here I have sample notebook where I'm setting status to "success"
Then I created sample workflow:
In if/else task I'm reffering to task value in following way: