Skip to content

Instantly share code, notes, and snippets.

@arronhunt
Last active August 27, 2020 19:58
Show Gist options
  • Save arronhunt/44a85cc700eaa00869198c6b5e38a23d to your computer and use it in GitHub Desktop.
Save arronhunt/44a85cc700eaa00869198c6b5e38a23d to your computer and use it in GitHub Desktop.
Send data to a Gretel project
from gretel_client import get_cloud_client
client = get_cloud_client('api', 'your_api_key')
project = client.get_project(name='your_project_name')
project.send({'message':'Hello Gretel!'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment