singer-io / tap-s3-csv

GNU Affero General Public License v3.0
27 stars 52 forks source link

Fix/config parsing #21

Closed nick-mccoy closed 4 years ago

nick-mccoy commented 4 years ago

Description of change

Due to a recent change in the UI, key_properties and date_overrides are now being passed as lists instead of strings and search_prefix can now come through as None.

This PR changes the tap to handle both lists and strings for key_properties and date_overrides and to handle None for search_prefix

Manual QA steps

Risks

Rollback steps