Skip to content

Commit

Permalink
Update filtered DAGs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Mar 20, 2024
1 parent 63bf3a2 commit 7544bc1
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", "j_3357093")
FILTERED_DAGS = ("j_1442387", "j_2583299", "j_425976", "j_3357093", "j_1803334")


class AlibabaLoader(BaseWorkloadLoader):
Expand Down

0 comments on commit 7544bc1

Please sign in to comment.