Fritz Larco
Fritz Larco
I just added logic to read the `concurrency` prop here: https://github.com/slingdata-io/sling-cli/pull/318/commits/325e76f2fb1bc3477d5efd53a500c38301aaab6e Try to specify `concurrency: 1` as part of your target connection cred. Default is 10.
interesting, thanks for reporting
Ah ok, thanks, that makes sense, will make that change for next version. @pawan-chauhan-9560 can you change [this](https://github.com/slingdata-io/sling-cli/blob/main/core/dbio/database/database_sqlserver.go#L443) to `-w`, build the binary and give it a try? See README...
I just pushed a fix which I think works. Can you try it with the latest dev build? See links here: https://github.com/slingdata-io/sling-cli?tab=readme-ov-file#automated-dev-builds
Closing, feel free to reopen.
Hey @royandhika, have you tried a CTE? ```sql with source as( SELECT *, COALESCE(last_info_time, created_time) AS modified_time FROM {stream_schema}.{stream_table} ) select * from source WHERE {incremental_where_cond} ORDER BY modified_time ```
{start_value} and {end_value} implemented a while back. Closing
@yokofly I'm not able to find what you've pasted. Where do you see that?
OK I found it. Very strange, Will investigate why it's getting in there.