Skip to content

Commit

Permalink
pass the cron to prefect
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Dec 20, 2024
1 parent 66f4d37 commit 4a06e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddpui/management/commands/createedrsendreportdataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def create_dataflow(self, org: Org, org_task: OrgTask, cron: str):
"org_slug": org_task.org.slug,
}
},
cron=cron,
),
MANUL_DBT_WORK_QUEUE,
)
Expand Down

0 comments on commit 4a06e71

Please sign in to comment.