FYI - As we move quickly towards 0.1.0, two MRs ar...
# singer-tap-development
a
FYI - As we move quickly towards 0.1.0, two MRs are currently in review right now: • !28 - Add CLI `--test` option to test whether config is valid and a connection can be made ◦ This new feature has no breaking changes and it is implemented via a new
MAX_RECORDS_LIMIT
setting at the stream level. When set to
0
, it effectively serves as a connection test for all tap endpoints. • !27 - Allow multiple `--config=` inputs, parse from env vars only if `--config=ENV` is set ◦ This is a breaking change for those developers who are already using the auto environment var parsing feature. (Will need to be explicitly called in the future.)