Created
September 8, 2020 18:01
-
-
Save arronhunt/823beec5cfdd7299336cf13c87431499 to your computer and use it in GitHub Desktop.
Gretel entity stream example
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
from gretel_client import get_cloud_client | |
client = get_cloud_client('api', 'your_api_key') | |
project = client.get_project(name='your_project_name') | |
stream = project.iter_records(entity_stream="location") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment