jens-scheffler-bosch commented on code in PR #33017:
URL: https://github.com/apache/airflow/pull/33017#discussion_r1286240687


##########
airflow/decorators/__init__.pyi:
##########
@@ -106,6 +106,11 @@ class TaskDecoratorCollection:
         python_version: None | str | int | float = None,
         use_dill: bool = False,
         system_site_packages: bool = True,
+        pip_install_options: list[str] | None = None,
+        skip_on_exit_code: int | Container[int] | None = None,
+        extra_index_urls: None | Iterable[str] | str = None,

Review Comment:
   No long thought - convinced! Thanks for the feedback. That totally makes 
sense. Great idea and much more versatile than initial proposal.



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