Shivatharun
Shivatharun
Hi @tanmay-db @mgyucht , Actullay there is no `TaskDependency` method , even I upgraded the version of databricks sdk instead showing /referencing `TaskDependenciesItem` however if pass `jobs.TaskDependenciesItem(task_key="task1")` then returning `attributeerror...
Hi @tanmay-db - May I know how tasks can run parallel within job, without any dependency, is there any limitation number ? ``` created_job = w.jobs.create(name=f'sdk-{time.time_ns()}', tasks=[ task1,task2,task3,........])) ```
Hi @chaitti @gaborratky-db , I'm trying to implement similar to you're case but unable to figure out **Scenario** creating a main job and that will excute the task based on...