singer-io / tap-s3-csv

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

TDL-20697: Move JSONL code base to singer-encodings #57

Open hpatel41 opened 2 years ago

hpatel41 commented 2 years ago

Description of change

JSONL code refactoring.

NOTE: This PR is dependent on singer-encodings PR #23. After releasing the new version for the singer-encodings library, we need to update the singer-encodings version in setup.py

Manual QA steps

Risks

Rollback steps

hpatel41 commented 2 years ago

NOTE: The build is failing because of pylint error as we have updated some functions on the singer-encodings side where we have added new arguments for some functions.