Mike DeLaurentis

Results 6 comments of Mike DeLaurentis

@nick-mccoy tests are failing. It's a pretty trivial issue, just pylint complaining about whitespace.

Hi @anthonyp . You're correct, different Taps and Targets may have different requirements. We've tried to avoid making a framework that taps and targets must fit into, and instead allow...

@anthonyp I've updated the README to suggest using virtualenv for installing Taps and Targets in separate environments. See https://github.com/singer-io/getting-started/pull/21. If you want to contribute an example Dockerfile to one of...

@tlrobinson yeah, I haven't tried to pipe `docker run` commands to each other, but I would not be surprised if there are issues with that. Using named pipes in a...

Thanks for the feedback @karstendick . I agree with most of your suggestion. > rename duration to duration_ms yes > For SaaS integrations, it may be helpful to specify both...

Thanks for the suggestion. We could definitely enhance the docs to mention that Taps should be robust against transient API failures. Most of the Taps we've written use the `backoff`...