Created
April 30, 2019 22:05
-
-
Save cicdw/7edaae13a9ec463065fb26a6eff6b824 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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