Last active
August 27, 2020 19:58
-
-
Save arronhunt/44a85cc700eaa00869198c6b5e38a23d to your computer and use it in GitHub Desktop.
Send data to a Gretel project
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') | |
project.send({'message':'Hello Gretel!'}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment