uranusjr commented on code in PR #33355:
URL: https://github.com/apache/airflow/pull/33355#discussion_r1322381009
##########
airflow/operators/python.py:
##########
@@ -543,6 +549,7 @@ def __init__(
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,
Review Comment:
Might be a good idea to make this a template field too (but for that case we
need to move the `Path` cast to `execute` instead)
--
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]