faros-ai / airbyte-local-cli

CLI for running Airbyte sources & destinations locally without Airbyte server
Apache License 2.0
31 stars 3 forks source link

Ability to specify the src and dst configuration in multiple args #29

Closed ypc-faros closed 2 years ago

ypc-faros commented 2 years ago

Description

This makes it possible to specify a src/dst configuration via multiple (--src.*/--dst.*) args

E.g.,

--src.feed_cfg '{"feed_name":"buildkite-feed", "feed_path":"cicd/buildkite-feed"}'

is equivalent to:

--src.feed_cfg.feed_name 'buildkite-feed' \
--src.feed_cfg.feed_path 'cicd/buildkite-feed' 

Type of change

Related issues

Fix #28

Migration notes

Describe migration notes if any

Extra info

Add any additional information