A local client for connecting and working with Rudderstack
Project description
Python3 - Shipyard Rudderstack Blueprints (shipyard-rudderstack)
Simplified data pipeline blueprints for working with Rudderstack.
Functions:
trigger_sync
determine_sync_status
get_source_data
Example
from shipyard_rudderstack import RudderStack
rudderstack = RudderStack("<access-token>")
# Trigger the rudderstack
rudderstack.trigger_sync("<source-id>")
# Check the status
source_response = rudderstack.get_source_data("<source-id>")
print(source_response['status'])
# Determine response status
# Note: This is not recommended to be used for scripting. This is a utility function for the Shipyard application
rudderstack.determine_sync_status(source_response, "<source-id>")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for shipyard_rudderstack-0.1.1a0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50af23986a1bcbe01d84a5edb3f8bb4283ca34b70dba4999da73e158ed32969c |
|
MD5 | 905190f3379f35806b3976a48565db5f |
|
BLAKE2b-256 | d0a03257ccf06c02080a0616179d668aa95b621b73ad47e44a98aaf2ddb92474 |
Close
Hashes for shipyard_rudderstack-0.1.1a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1653ea3e2f10005446abae2ef163f2805855811c8c2f97d3a4b7c674b4f97c94 |
|
MD5 | 1fd15dcbec58f079055739a3825f89a1 |
|
BLAKE2b-256 | 31311a2cfe2465c0c169d04688dd301c3dfc37d5bd0061fbc9212f89352c5eed |