-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
This bug happens when we want to create one or more sensors that already exist. So far, this bug happens when we encounter the following scenario:
- duplicate job name being used as sensor
- let's say we have
job1exists inproject1andproject2 - at the same time, we have
job2that requiresjob1to run first - during
job2dag compilation, it will encounterjob1twice as the dependency, when creating the sensor
- let's say we have
- two or more hooks with the same type
- let's say we have
job1with two same hooks, for example, let's name the hooksbq2bq - during
job1dag compilation, it will encounterhook_bq2bqtwice, and this causes error
- let's say we have
Expected behavior
For this issue, we need to come up with a way to ensure the task_id is unique. And along with that, the duplication shouldn't happen and no error is encountered.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working