list_python_packages_operator = BashOperator( | |
task_id='list_python_packages', | |
bash_command='python3 -m pip list' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
list_python_packages_operator = BashOperator( | |
task_id='list_python_packages', | |
bash_command='python3 -m pip list' | |
) |