Skip to content

Instantly share code, notes, and snippets.

@discdiver
Last active August 12, 2022 12:15
Show Gist options
  • Save discdiver/12017cb71bf7b9496d138a25ccddf146 to your computer and use it in GitHub Desktop.
Save discdiver/12017cb71bf7b9496d138a25ccddf146 to your computer and use it in GitHub Desktop.
09:31:52.689 | INFO | prefect.engine - Created flow run 'elite-hedgehog' for flow 'pipeline3'
09:31:52.748 | INFO | Flow run 'elite-hedgehog' - Created task run 'call_unreliable_api-466f2784-0' for task 'call_unreliable_api'
09:31:52.749 | INFO | Flow run 'elite-hedgehog' - Executing 'call_unreliable_api-466f2784-0' immediately...
09:31:52.771 | INFO | Task run 'call_unreliable_api-466f2784-0' - Finished in state Completed()
09:31:52.782 | INFO | Flow run 'elite-hedgehog' - Created task run 'augment_data-960bb844-0' for task 'augment_data'
09:31:52.782 | INFO | Flow run 'elite-hedgehog' - Executing 'augment_data-960bb844-0' immediately...
09:31:52.801 | INFO | Task run 'augment_data-960bb844-0' - Finished in state Completed()
09:31:52.810 | INFO | Flow run 'elite-hedgehog' - Created task run 'write_results_to_database-fbbf5571-0' for task 'write_results_to_database'
09:31:52.811 | INFO | Flow run 'elite-hedgehog' - Executing 'write_results_to_database-fbbf5571-0' immediately...
09:31:52.831 | INFO | Task run 'write_results_to_database-fbbf5571-0' - Finished in state Completed()
09:31:52.843 | INFO | Flow run 'elite-hedgehog' - Finished in state Completed('All states completed.')
Wrote {'data': 42, 'message': "We're using flows and tasks now!"} to database successfully!
[Completed(message=None, type=COMPLETED, result={'data': 42}),
Completed(message=None, type=COMPLETED, result={'data': 42, 'message': "We're using flows and tasks now!"}),
Completed(message=None, type=COMPLETED, result='Success!')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment