mobuchowski commented on code in PR #48421:
URL: https://github.com/apache/airflow/pull/48421#discussion_r2015960849
##########
providers/papermill/src/airflow/providers/papermill/operators/papermill.py:
##########
@@ -101,8 +99,6 @@ def execute(self, context: Context):
self.input_nb = NoteBook(url=self.input_nb,
parameters=self.parameters) # type: ignore[call-arg]
if not isinstance(self.output_nb, NoteBook):
self.output_nb = NoteBook(url=self.output_nb) # type:
ignore[call-arg]
- self.inlets.append(self.input_nb)
- self.outlets.append(self.output_nb)
Review Comment:
`if not AIRFLOW_V_3_0_PLUS` rather than removing?
--
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]