Josh

Results 58 comments of Josh

Not sure if this will solve your issue but with `helm_resource` sets if you are setting a value within an object you need to escape the extra `.` in the...

We are looking at using this project in a Kinesis Consumer app and this is one of the main concerns we have. We want to be in control of when...

I have now setup my own fork here (https://github.com/snowplow-devops/kinsumer) which combines this PR and the PR for returning a [record](https://github.com/twitchscience/kinsumer/pull/38) instead of just the data blob as we needed both....

No worries at all - tested with multiple shards, scaling up and down on decent volume and with multiple consumers so all seems to work as expected.

At this rate should we maybe host it ourselves on Bintray?

Looks like generic vagrant up has gcc 4.8.4 available.

Hey @tkalfigo @BenFradet only PRs from within Snowplow get access to those credentials. Otherwise you could have someone open a PR with malicious changes to dump those credentials to plain...

This could potentially be addressed by bundling in an SSH Tunnel command to a Docker container so you could handle the tunnel in the container layer without ever needing to...

Could this be a level lower? DBT for example builds a DAG implicitly from tables that get referenced. So a query that depends on a table will always be executed...

I guess my preference here would be to define these dependencies in the SQL code rather than in the playbook itself. If you take Terraform as an example - for...