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
444 stars 34 forks source link

1.2.21 #390

Closed flarco closed 1 month ago

flarco commented 1 month ago

1.2.21

GitHub Actions Workflows

Configuration and Environment Variables

Code Improvements

Testing

Documentation

Dependencies

Build Scripts

yokofly commented 1 month ago

seems some code broke the replication. I locally build with commit 256b075

 export DEBUG=LOW                                       
(base) ➜  sling-cli git:(1.2.21) ✗ ./sling run --src-conn LOCAL --src-stream file://cmd/sling/tests/files/test8.csv --src-options '{ delimiter: "|", quote: "$", escape: "\\" }'
fatal:
--- proc.go:271 main ---
--- sling_cli.go:458 main ---
--- sling_cli.go:494 cliInit ---
--- cli.go:286 CliProcess ---
--- sling_run.go:187 processRun ---
cannot get replication configuration.
(base) ➜  sling-cli git:(1.2.21) ✗ 
flarco commented 1 month ago

@yun, thanks, fixed with 2bc9e43

flarco commented 1 month ago

@yokofly no pressure, do you think you'll get to open the other PR this week? Want to release 1.2.21 this weekend. If not, we can include direct-write in next release.

yokofly commented 1 month ago

@flarco I already have a pr, but I am worried about the rollback handle. let's discussed more in https://github.com/slingdata-io/sling-cli/pull/404

@yokofly no pressure, do you think you'll get to open the other PR this week? Want to release 1.2.21 this weekend. If not, we can include direct-write in next release.