Files
python-congressclient/setup.cfg
Masahito Muroi 103056ed33 Support push rows to datasources
congress client supports push row data into push type datasource.

Example:
 $ openstack congress datasource row update <datasource id/name> \
       <table id> <row string>
 $ openstack congress datasource row update push \
          data '[ ["data1", "data2"], ["data3", "data4"]]'

Change-Id: Icf3b0b116b20ef76957c0d6fc93c38d803e3aae0
2016-08-30 14:26:31 +09:00

3.5 KiB