Skip to content

Instantly share code, notes, and snippets.

@cicdw
Created April 30, 2019 22:05
Show Gist options
  • Save cicdw/7edaae13a9ec463065fb26a6eff6b824 to your computer and use it in GitHub Desktop.
Save cicdw/7edaae13a9ec463065fb26a6eff6b824 to your computer and use it in GitHub Desktop.
# run your first Prefect flow from the command line
python -c "from prefect import Flow; f = Flow('empty'); f.run()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment