Releases: Workday/prism-python
Releases · Workday/prism-python
Support Prism V3
Thanks for @wd-mgreynolds for making this update possible.
Add create_table() and upload_file()
Merge pull request #31 from CurtLH/add_functions Add functions create_table() and upload_file()
Update CLI
Update the command line interface to include the following basic functionality:
-
prism list
- list API tables -
prism create
- create a new API table -
prism upload
- upload a compressed file to an existing API table
Reference "tables" in naming convention
Merge pull request #22 from mwaldronii/updating-prism-table Prism API V2 Updates for Tables
Change wBucket name
Merge pull request #21 from mwaldronii/master Prism-Python wbucket naming convention change
Create new tables
Enable create_dataset()
to also be able to create new tables as well as new datasets.
Initial Release
Initial release of prism-python