Lee-W commented on issue #41306: URL: https://github.com/apache/airflow/issues/41306#issuecomment-2275212169
Something like the following should be used instead ```python ts = DummyOperator(task_id='start') te = DummyOperator(task_id='end') t1 = GlueJobOperator(.....).partial(...).expand(...) # setting dependencies ts >> t1 >> te ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
