ferruzzi commented on code in PR #42285:
URL: https://github.com/apache/airflow/pull/42285#discussion_r1773653315
##########
airflow/models/baseoperator.py:
##########
@@ -975,7 +965,6 @@ def __init__(
if self.pool_slots < 1:
dag_str = f" in dag {dag.dag_id}" if dag else ""
raise ValueError(f"pool slots for {self.task_id}{dag_str} cannot
be less than 1")
- self.sla = sla
Review Comment:
I feel like that will be super noisy, but I can add it.
--
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]