treasure-data / td-client-python

Treasure Data API library for Python
Apache License 2.0
47 stars 24 forks source link

Ensure config key for ConnectorAPI.connector_guess #84

Closed chezou closed 4 years ago

chezou commented 4 years ago

ConnectorAPI.connector_guess requires a certain format, at least it should have config key in a JSON. This change ensures to have config key in the job argument for ConnectorAPI.connector_guess.

Also, removing unexistent api in the doc.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.01%) to 96.223% when pulling fab35a51ebdee77df69ebd573b81738ae22204c5 on bulk-load-guess into d60c1f5507555ad58c7305e56f4a8224ce768a80 on master.

chezou commented 4 years ago

@takuti Sorry, I missed your comment. The reason for bumping up the msgpack is just for testing with the latest version of msgpack. Will update the commit message.