Last active
March 25, 2017 10:26
-
-
Save hartym/7c30e6c73f8e0a909cf7d0d98d8a365b to your computer and use it in GitHub Desktop.
Bonobo - Step 1 - Extract the data
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
def my_extract(): | |
yield 1 | |
yield 2 | |
yield 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment