The congress.datasources.push_driver Module¶
- 
class 
congress.datasources.push_driver.PushDriver(name=”, args=None)¶ Bases:
congress.datasources.datasource_driver.PushedDataSourceDriverA DataSource Driver for pushing tuples of data.
To use this driver, run the following API:
PUT /v1/data-sources/<the driver id>/tables/<table id>/rows
Still a work in progress, but intent is to allow a request body to be any list of lists where the internal lists all have the same number of elements.
request body: [ [1,2], [3,4] ]
- 
static 
get_datasource_info()¶ 
- 
classmethod 
get_schema()¶ 
- 
update_entire_data(table_id, objs)¶ 
- 
static