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
301 stars 16 forks source link

Allow wildcard replication from CLI args #220

Closed flarco closed 3 months ago

flarco commented 3 months ago

Need sling run --src-conn DB --src-stream 'my_schema.*' --tgt-conn DB2 --tgt-object 'new_schema.{stream_schema}_{stream_table} to work.

See https://github.com/slingdata-io/sling-cli/discussions/219.

flarco commented 3 months ago

Done. https://github.com/slingdata-io/sling-cli/pull/208/commits/b07cf032be4b9255cc4e78a014fba2a946005b76