Bases: congress.datasources.datasource_driver.PushedDataSourceDriver
A 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] ]