Skip to content

Commit

Permalink
Add more graphs to filtered.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Mar 19, 2024
1 parent 7218fc2 commit 0d42105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/alibaba_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def find_class(self, module, name):
return super().find_class(module, name)


FILTERED_DAGS = ("j_1442387", "j_2583299", "j_425976")
FILTERED_DAGS = ("j_1442387", "j_2583299", "j_425976", "j_3357093")


class AlibabaLoader(BaseWorkloadLoader):
Expand Down

0 comments on commit 0d42105

Please sign in to comment.