Skip to content

Releases: Workday/prism-python

Support Prism V3

06 Nov 04:04
8e68845
Compare
Choose a tag to compare

Thanks for @wd-mgreynolds for making this update possible.

Add create_table() and upload_file()

05 Mar 19:52
3f15cf4
Compare
Choose a tag to compare
Merge pull request #31 from CurtLH/add_functions

Add functions create_table() and upload_file()

Update CLI

13 Jan 22:50
a286b6f
Compare
Choose a tag to compare

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

07 Dec 16:09
db7635b
Compare
Choose a tag to compare
Merge pull request #22 from mwaldronii/updating-prism-table

Prism API V2 Updates for Tables

Change wBucket name

23 Nov 19:27
15123e7
Compare
Choose a tag to compare
Merge pull request #21 from mwaldronii/master

Prism-Python wbucket naming convention change

Create new tables

12 Nov 05:29
89f7902
Compare
Choose a tag to compare

Enable create_dataset() to also be able to create new tables as well as new datasets.

Initial Release

03 Jun 17:19
b561848
Compare
Choose a tag to compare

Initial release of prism-python