Connector Improvement: Connector SDK development - add timeout to running in debug mode
AnsweredWhen running "fivetran debug --configuration configuration.json", sometimes it takes a long time to connect to data source and returning result. (In my case, I connect to MSSQL using pyodbc and select * from <a very large table>.) It would be nice to timeout during the debug session rather than waiting for a long time... then Ctrl+C to forciably exit.
-
Official comment
Hi Frank,
The connector code is the one connecting to the data source. The tester can't know whether the wait is legitimate or there is an issue. The correct place to implement the timeout is in the connector code.
Emrah
Please sign in to leave a comment.
Comments
1 comment