Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created December 26, 2020 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/6000b20cca6aad5bc714f3e4b4cff952 to your computer and use it in GitHub Desktop.
Save garystafford/6000b20cca6aad5bc714f3e4b4cff952 to your computer and use it in GitHub Desktop.
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