Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Sep 1, 2024
1 parent 50374a0 commit a8c7ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddpui/management/commands/manage-transform-tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def remove_dbt_docs_generate_from_current_pipelines(self, org: Org):
DataflowOrgTask.objects.filter(
orgtask__task__slug=TASK_DOCSGENERATE,
dataflow__dataflow_type="orchestrate",
dataflow__org=org,
).count()
== 0
), "Some mappings still exist for dbt-docs-generate task"
Expand Down

0 comments on commit a8c7ec1

Please sign in to comment.