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

Writes the Singer format from Python

Results 47 singer-python issues
Sort by recently updated
recently updated
newest added

# Description of change This is a test # Manual QA steps - # Risks - # Rollback steps - revert this branch

# Description of change Relax the required version of backoff in order to enable it to work with libraries that require newer versions # Manual QA steps - # Risks...

cla-missing

# Problem `Singer-Python` is the root repo for pretty much every `tap` and `target`, and the suggested way to log "out" is to use `singer.get_logger()` or one of the helpers...

# Description of change Instead of relying solely on the pipe operator on the command line (`|`), allow a different output stream to be provided. # Manual QA steps -...

# Description of change Update dependencies version especialy jsonschema. # Manual QA steps - # Risks - # Rollback steps - revert this branch

# Description of change You are already using ciso8601 in other parts of code, saw this in profiler

For data-type `"string"`, the `_transform` function just attempts to do `str(data)` and catches an exception to determine if the string is valid. Binary strings with null bytes or other invalid...

From the JSON Schema draft 7.0 specification: array types can be used to validate tuple as such: ``` { "type": "array", "items": [ { "type": "something" }, { "type": "otherthing"...

# Description of change As discussed here in #123, a more permissive versioning is required to make singer-python compatible with Airflow. Additionally, I personally have a project that requires some...

Singer-Python is dependent on an older version of backoff (1.3.2). Is there actual functionality broken with newer versions of backoff (say 1.4.3)? Could those dependencies be remedied so singer-python would...