singer-tools icon indicating copy to clipboard operation
singer-tools copied to clipboard

Tools for working with Singer Taps and Targets

Results 9 singer-tools issues
Sort by recently updated
recently updated
newest added

# Description of change (write a short description or paste a link to JIRA) # Manual QA steps - N/A # Risks - People better understand how to use the...

**Problem:** singer-check-tap ignores RECORDs with missing properties, even though their SCHEMA does not allow said properties to be null **Expected behavior:** singer-check-tap declares output invalid, or at least warns about...

# Description of change ⚠️ This needs more work. Found a bunch of false positive date-times and we should use isoparse to knock out a few of them. # Manual...

I came here to report a bug and start working on a PR but I see there may already be two open PRs that relate to this issue. The issue...

# Description of change * PyPi repo is 2 years stale, with last update in 2018: https://pypi.org/project/singer-tools/#history * Repo has updates within last 2 months. * Better to give pip...

Allow running of github release / tagging and PyPi package release independently using command line flags.

Hello, I'm developing a new data structure for the fulfil io tap (https://github.com/fulfilio/tap-fulfil), because we need some more data to send to the stitch integration, the thing is that while...

given a schema: ```json { "type": "object", "properties": { "example": { "type": ["null", "object"], "properties": { "date": { "type": "string", "format": "date-time" } } } } } ``` and input...