slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
438 stars 34 forks source link

No error when connection is lost #438

Open arrafik opened 2 hours ago

arrafik commented 2 hours ago

Issue Description

source: MSSQL target: CRMDS_FTP

defaults: mode: full-refresh

streams: dbo.F_LIGNE_TICKET_SKU: sql: | select * FROM dbo.F_LIGNE_TICKET_SKU object: SLING.F_LIGNE_TICKET_SKU

flarco commented 2 hours ago

Similar to https://github.com/slingdata-io/sling-cli/discussions/407. I will try to reproduce.