Sling terminate without error while source connection is killed #407
-
Hello, I write a parquet file locally from a SQL Server data source. When I kill the SQL Source query, Sling stops processing but indicates that the task was completed successfully. This means that we ultimately have no way of being sure that we have recovered all the data in the parquet file. Is there a way to raise an error when the source is interrupted? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi, to clarify, you are not interrupting the sling process (with Ctrl+C for example), but killing the SQL query from inside SQL Server, correct? |
Beta Was this translation helpful? Give feedback.
-
Hey @flarco , Here is the difference between sqserver and mariadb executions with netwwork issue |
Beta Was this translation helpful? Give feedback.
-
I confirm, it's perfect!!! |
Beta Was this translation helpful? Give feedback.
thanks @sdonati-orch @EDORR-NEWORCH, this was indeed a bug. I pushed a fix. Can you try with the latest dev build?