Skip to content

Commit

Permalink
Edit Oasis dag Error
Browse files Browse the repository at this point in the history
  • Loading branch information
g-hyeong committed Sep 27, 2024
1 parent b9195a5 commit e63d127
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions airflow/Oasis_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,5 @@ def generate_queue_values():
bash_command="python3 /home/patturning1/oasis_consumer.py {{ params.consumer }}", # 템플릿을 사용하여 매핑된 값 사용
).expand(params=generate_queue_values())

[
run_consumer_task,
send_post_request_OASIS_task.expand(),
]
send_post_request_OASIS_task()
run_consumer_task

0 comments on commit e63d127

Please sign in to comment.