Skip to content

Instantly share code, notes, and snippets.

@arronhunt
Created September 8, 2020 18:01
Show Gist options
  • Save arronhunt/823beec5cfdd7299336cf13c87431499 to your computer and use it in GitHub Desktop.
Save arronhunt/823beec5cfdd7299336cf13c87431499 to your computer and use it in GitHub Desktop.
Gretel entity stream example
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