potiuk commented on code in PR #25780:
URL: https://github.com/apache/airflow/pull/25780#discussion_r950703457


##########
airflow/example_dags/example_python_operator.py:
##########
@@ -93,3 +93,28 @@ def callable_virtualenv():
 
         virtualenv_task = callable_virtualenv()
         # [END howto_operator_python_venv]
+
+        # [START howto_operator_external_python]
+        @task.external_python(task_id="virtualenv_python", 
python="/ven/bin/python")

Review Comment:
   Yeah. I planned to change it to make system tests executable anyway :) 



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