GB
Size: a a a
GB
AC
GB
AC
for task_number in range(events_list.shape[0]):
task_id = f"load_{task_number}_discounts"
df = tmp_df[events_list.index == task_number]
with dag:
PythonOperator(
task_id=task_id,
python_callable=...,
op_kwargs={...},
dag=dag,
task_concurrency=1,
priority_weight=3
)
マサ
MC
GB
GB
VS
VS
GB
VS
VS
GB
GB
SC
マサ
VS
GB