Taragolis commented on code in PR #28979:
URL: https://github.com/apache/airflow/pull/28979#discussion_r1071993975


##########
airflow/providers/papermill/operators/papermill.py:
##########
@@ -57,36 +59,43 @@ class PapermillOperator(BaseOperator):
     def __init__(
         self,
         *,
-        input_nb: str | None = None,
-        output_nb: str | None = None,
+        input_nb: str | NoteBook | None = None,
+        output_nb: str | NoteBook | None = None,

Review Comment:
   Previously it checked in execute, no idea why, just assume that is somehow 
related to Linage



-- 
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]

Reply via email to