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
File details
Details for the file shipyard_rudderstack-0.1.3.tar.gz
.
File metadata
- Download URL: shipyard_rudderstack-0.1.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.16 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e12a08dbb3427d24d0e7998185a04836fa3adf6494e4b6e8f22d51855cd97b63
|
|
MD5 |
02efdfd4c83489472a945764bca3cc0a
|
|
BLAKE2b-256 |
a2c7ba82b1aed5d569454e17b3cf7d3cd774aa09345ad85e0bd3e1316d4f6b39
|
File details
Details for the file shipyard_rudderstack-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: shipyard_rudderstack-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.16 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ced85e4bf3db73800e2a25ca61430f2d1b38fa9a39545030731938fc153db99e
|
|
MD5 |
fa43712a5329d05c8a02bd26142a442e
|
|
BLAKE2b-256 |
0ae99fa434f40abf01b41a8220abea665f3601d284105a02b76c43f86582b795
|