Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support for TSVs, JSONL, and caching #9

Merged
merged 7 commits into from
Jun 23, 2023

Conversation

sebastianswms
Copy link
Collaborator

Feature additions:

  • Custom Singer stream name.
  • CSV/TSV support
    • Automatically recognizing TSV vs. CSV files.
    • Custom delimiter and quoting character for CSVs/TSVs.
  • File compression.
    • Automatically recognizing five encodings.
  • Local caching
    • Developer-only setting allowing alternative options.
  • JSONL files.
    • Multiple type coercion strategies
    • Scaffolding for future sampling strategies.

@sebastianswms sebastianswms marked this pull request as ready for review June 22, 2023 18:34
@@ -8,23 +8,30 @@ plugins:
extractors:
- name: tap-file
namespace: tap_file
pip_url: -e .[s3]
pip_url: -e .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't want to install for s3 by default anymore?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that what we ended up deciding? I don't remember. When I saw that it was installed by default I thought it was an error that I'd forgotten to remove.

tap_file/streams.py Show resolved Hide resolved
tap_file/streams.py Show resolved Hide resolved
@sebastianswms sebastianswms requested a review from visch June 23, 2023 19:58
@visch visch merged commit 21b8d12 into MeltanoLabs:main Jun 23, 2023
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants