sling-cli
sling-cli copied to clipboard
Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
- Various improvements and fixes - #281 - #282 - #285 - #292 - #293
## Issue Description - Description of the issue: Hi. I'm migrating from my Python script that replicated data from Postgres to BigQuery to Sting, but I ran into a problem...
Links - https://learn.microsoft.com/en-us/sql/relational-databases/import-export/specify-field-and-row-terminators-sql-server?view=sql-server-ver16#characters-supported-as-terminators - https://learn.microsoft.com/en-us/sql/relational-databases/import-export/use-character-format-to-import-or-export-data-sql-server?view=sql-server-ver16#considerations-for-using-character-format See https://github.com/slingdata-io/sling-cli/issues/19#issuecomment-1783574600
See https://github.com/slingdata-io/sling-cli/discussions/225. [ ] PostgreSQL [ ] MySQL/MariaDB [ ] Oracle [ ] SQL Server [ ] SQLite
It's kinda the same thing with quality as the check and cleaning is the remediation.
Is there any option to retry a replication stream if it fails? I'm working in an environment with flaky connectivity issues (Oracle Cloud DB) that somewhat randomly ends the connection....
Hi, Are there any considerations to add Apache Iceberg as a destination table format (on S3, GCS etc)? Similar to the request that I've seen for Delta [here](https://github.com/slingdata-io/sling-cli/issues/26) All the...