Releases: shipyardapp/domo-blueprints
Releases · shipyardapp/domo-blueprints
v0.1.6
- Removed bug when trying to refresh a domo dataset
v0.1.5
- Adjusted
refresh_dataset.py
to include a --wait-for-completion
flag which does not return until the dataset refresh has completed.
v0.1.4
Updates:
- Added
regex_match
functionality allowing the upload of multiple files into a single dataset based on a similar pattern
v0.1.3
Updates:
- Dataset uploads will now be chunked using the Stream API
- Added 3 new arguments for blueprint: 1) Insert Method, 2) Domo Schema, 3) Dataset ID
v0.1.2
Updates
New blueprint functionality:
- Upload CSV to Dataset
- Download Dataset as CSV
v0.1.1
- Include logic for authentication through Developer Token
- Include additional error message if you face issues with username/pass authentication
v0.1.0
Switch errors to be in a separate file.