uranusjr commented on code in PR #51048:
URL: https://github.com/apache/airflow/pull/51048#discussion_r2160721940


##########
task-sdk/src/airflow/sdk/definitions/decorators/__init__.pyi:
##########
@@ -101,11 +102,13 @@ class TaskDecoratorCollection:
         serializer: Literal["pickle", "cloudpickle", "dill"] | None = None,
         system_site_packages: bool = True,
         templates_dict: Mapping[str, Any] | None = None,
+        templates_exts: list[str] | None = None,
         pip_install_options: list[str] | None = None,
+        expect_airflow: bool = True,
         skip_on_exit_code: int | Container[int] | None = None,
         index_urls: None | Collection[str] | str = None,
         venv_cache_path: None | str = None,
-        show_return_value_in_logs: bool = True,

Review Comment:
   I believe this is actually a valid argument (also valid for all Python-based 
operators). Why is it not recognised…?



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